Date: Thu, 18 Aug 2005 18:36:54 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200508181836.j7IIasrr058680@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-08-18 18:36:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: Merge if.c:1.238 from HEAD to RELENG_6: In multicast routines: Compare pointers with NULL rather than treating them as booleans. Compare pointers with NULL rather than 0 to make it more clear they are pointers. Assign pointers value of NULL rather than 0 to make it more clear they are pointers. Approved by: re (kensmith) Revision Changes Path 1.234.2.3 +7 -7 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508181836.j7IIasrr058680>