cvs commit: src/sys/net if.c
Robert Watson
rwatson at FreeBSD.org
Tue Jul 19 10:12:59 GMT 2005
rwatson 2005-07-19 10:12:58 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
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.
MFC after: 3 days
Revision Changes Path
1.238 +8 -8 src/sys/net/if.c
More information about the cvs-src
mailing list