From owner-freebsd-commit Tue Jan 30 18:07:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01583 for freebsd-commit-outgoing; Tue, 30 Jan 1996 18:07:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01530 for cvs-all-outgoing; Tue, 30 Jan 1996 18:05:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01514 for cvs-sys-outgoing; Tue, 30 Jan 1996 18:05:40 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01497 Tue, 30 Jan 1996 18:05:27 -0800 (PST) Date: Tue, 30 Jan 1996 18:05:27 -0800 (PST) From: John Dyson Message-Id: <199601310205.SAA01497@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/30 18:05:23 Modified: sys/kern sys_pipe.c Log: Fix some problems with return codes on the new pipe stuff. Bruce Evans found the problems, and this commit will fix the "first batch" :-). Revision Changes Path 1.3 +8 -4 src/sys/kern/sys_pipe.c