cvs commit: src/lib/libc/sys pipe.2 src/sys/kern sys_pipe.c

Gleb Smirnoff glebius at FreeBSD.org
Tue Jan 31 07:44:52 PST 2006


glebius     2006-01-31 15:44:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/sys         pipe.2 
    sys/kern             sys_pipe.c 
  Log:
  MFC:
    - In pipe() return the error returned by pipe_create(), rather then
      hardcoded ENFILES, which is incorrect. pipe_create() can fail due
      to ENOMEM.
    - Update manual page, describing ENOMEM return code.
  
    Reviewed by:    arch
  
  Revision   Changes    Path
  1.21.8.1   +3 -1      src/lib/libc/sys/pipe.2
  1.184.2.2  +3 -2      src/sys/kern/sys_pipe.c


More information about the cvs-src mailing list