cvs commit: src/sys/kern sys_pipe.c

Hiten Pandya hmp at crater.dragonflybsd.org
Wed Sep 3 04:50:20 PDT 2003


hmp         2003/09/03 04:49:27 PDT

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Return a more sane error code, EPIPE.  The EBADF error code is
  misleading, since we have already got this far, and it's not a
  bad file descriptor.
  
  Obtained from:	FreeBSD
  
  Revision  Changes    Path
  1.11      +1 -1      src/sys/kern/sys_pipe.c






More information about the Commits mailing list