cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Fri Apr 9 06:23:51 PDT 2004


rwatson     2004/04/09 06:23:51 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Compare pointers with NULL rather than using pointers are booleans in
  if/for statements.  Assign pointers to NULL rather than typecast 0.
  Compare pointers with NULL rather than 0.
  
  Revision  Changes    Path
  1.170     +53 -51    src/sys/kern/uipc_socket.c


More information about the cvs-all mailing list