OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Tue Aug 07 2007 - 06:30:54 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2007/08/07 05:30:54

Modified files:
        sys/kern : sys_pipe.c

Log message:
Correctly deal with EOF on pipe wrt kqueue. Based on a fix present
in FreeBSD and NetBSD. OK art beck