CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/21 10:09:13
Modified files:
sys/kern : kern_descrip.c
Log message:
Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctl
for device. In sys_fcntl() the ioctl(TIOCSPGRP) is called, but the
pipe expects SIOCSPGRP. Sockets have a specal case for the same
reason, so adapt the special code for pipes.
OK millert@
