Date: Fri, 9 Apr 2004 06:23:51 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200404091323.i39DNpHs030520@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404091323.i39DNpHs030520>