CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/13 06:02:20
Modified files:
sys/kern : sys_pipe.c
Log message:
Fix fcntl(fd, F_GETOWN) with pipes. As a regression
of kern_descrip.c r1.177 and sys_pipe.c r1.82, the call always
returned an error.
OK jca@ anton@ mpi@
