cvs commit: src/sys/kern uipc_socket.c

Olivier Houchard cognet at FreeBSD.org
Mon Apr 14 07:44:37 PDT 2003


cognet      2003/04/14 07:44:36 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Use while (*controlp != NULL) instead of do ... while (*control != NULL)
  There are valid cases where *controlp will be NULL at this point.
  
  Discussed with: dwmalone
  
  Revision  Changes    Path
  1.149     +1 -2      src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list