Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2005 10:12:58 +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:  <200507191012.j6JACxHl041054@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507191012.j6JACxHl041054>