rwatson 2005-09-15 15:45:34 UTC
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
The socket pointers in fifoinfo are not permitted to be NULL, so
don't check if they are, it just confuses the fifo code more.
MFC after: 3 days
Revision Changes Path
1.125 +2 -5 src/sys/fs/fifofs/fifo_vnops.c