cvs commit: src/tools/regression/sockets/kqueue kqueue.c

Robert Watson rwatson at FreeBSD.org
Thu Sep 2 14:41:57 PDT 2004


rwatson     2004-09-02 21:41:57 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/sockets/kqueue kqueue.c 
  Log:
  Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int
  holding the value O_NONBLOCK.  This worked previously because I was
  lucky.
  
  Revision  Changes    Path
  1.2       +8 -12     src/tools/regression/sockets/kqueue/kqueue.c


More information about the cvs-src mailing list