Fixed many warnings.

This commit is contained in:
Joel Sherrill
1998-08-20 21:47:37 +00:00
parent 50ea4814aa
commit ff0f694d46
138 changed files with 644 additions and 336 deletions

View File

@@ -250,7 +250,7 @@ udp_input(m, iphlen)
* port. It * assumes that an application will never
* clear these options after setting them.
*/
if ((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR) == 0))
if (((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR)) == 0))
break;
}