Date: Tue, 31 Jan 2006 15:44:51 +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: <200601311544.k0VFip9c046315@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601311544.k0VFip9c046315>