Date: Fri, 12 Jul 1996 01:15:02 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <199607120815.BAA12987@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/07/12 01:15:01 Modified: sys/kern sys_pipe.c Log: Staticized some variables. Fixed initialization of pipe_pgid - don't default to pid 0 (swapper) for SIGIO. Added comments about other implicit initializations, mostly for struct stat. Fixed initialization of st_mode. S_IFSOCK was for when pipes were sockets. It is probably safe to fix the bogus S_ISFIFO() now that pipes can be distinguished from sockets in all cases. Don't return ENOSYS for inappropriate ioctls. Revision Changes Path 1.19 +12 -5 src/sys/kern/sys_pipe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607120815.BAA12987>
