Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 08:25:05 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys pipe.2 src/sys/kern sys_pipe.c
Message-ID:  <200601300825.k0U8P5kh063984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-01-30 08:25:04 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         pipe.2 
    sys/kern             sys_pipe.c 
  Log:
  - 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.22      +3 -1      src/lib/libc/sys/pipe.2
  1.186     +3 -2      src/sys/kern/sys_pipe.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601300825.k0U8P5kh063984>