rwatson 2004/04/09 06:23:51 PDT FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Compare pointers with NULL rather than using pointers are booleans in if/for statements. Assign pointers to NULL rather than typecast 0. Compare pointers with NULL rather than 0. Revision Changes Path 1.170 +53 -51 src/sys/kern/uipc_socket.c