]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge if.c:1.238 from HEAD to RELENG_6:
authorrwatson <rwatson@FreeBSD.org>
Thu, 18 Aug 2005 18:36:53 +0000 (18:36 +0000)
committerrwatson <rwatson@FreeBSD.org>
Thu, 18 Aug 2005 18:36:53 +0000 (18:36 +0000)
commitb7201f0455e9088ef782fcdef243c00696bfa347
treee76422aa641d21577ce70fde53b77a533ce29505
parent82b242b793fbe2ee0c8e02ec29518c4ab2194d7c
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)
sys/net/if.c