From owner-cvs-sys Sun Feb 11 14:09:59 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00502 for cvs-sys-outgoing; Sun, 11 Feb 1996 14:09:59 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00491 Sun, 11 Feb 1996 14:09:54 -0800 (PST) Date: Sun, 11 Feb 1996 14:09:54 -0800 (PST) From: John Dyson Message-Id: <199602112209.OAA00491@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/02/11 14:09:52 Modified: sys/kern sys_pipe.c Log: Add ifdefs for non-freebsd system usage. Add missing select wakeups, and make the select wakup code a little neater. Revision Changes Path 1.11 +63 -27 src/sys/kern/sys_pipe.c