cvs commit: src/sys/net if.c
Robert Watson
rwatson at FreeBSD.org
Thu Aug 18 18:36:54 GMT 2005
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
More information about the cvs-src
mailing list