NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45423 CVS commit: src/sys/kern
The following reply was made to PR kern/45423; it has been noted by GNATS.
From: "Alan Barrett" <apb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45423 CVS commit: src/sys/kern
Date: Wed, 5 Oct 2011 13:30:24 +0000
Module Name: src
Committed By: apb
Date: Wed Oct 5 13:30:24 UTC 2011
Modified Files:
src/sys/kern: sys_pipe.c
Log Message:
When pipe1() calls pipe_create() and it fails, use the error
result from pipe_create(), don't assume it will always be ENOMEM.
From PR 45423 by Greg Woods.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index