CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/10/30 12:03:34
Modified files: sys/kern : sys_pipe.c Log message: pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling KNOTE() a second time is not needed (and perhaps bad) ok claudio millert