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.