From owner-freebsd-commit Tue Jan 30 22:01:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20171 for freebsd-commit-outgoing; Tue, 30 Jan 1996 22:01:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20151 for cvs-all-outgoing; Tue, 30 Jan 1996 22:01:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20126 for cvs-sys-outgoing; Tue, 30 Jan 1996 22:01:10 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20109 Tue, 30 Jan 1996 22:01:01 -0800 (PST) Date: Tue, 30 Jan 1996 22:01:01 -0800 (PST) From: John Dyson Message-Id: <199601310601.WAA20109@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 22:00:55 Modified: sys/kern sys_pipe.c Log: Fix another problem with the new pipe code, pointed out by Bruce Evans. This one fixes a problem with interactions with signals. Revision Changes Path 1.4 +6 -7 src/sys/kern/sys_pipe.c