cvs commit: src/sys/fs/fifofs fifo_vnops.c
Robert Watson
rwatson at FreeBSD.org
Mon Sep 12 05:15:14 PDT 2005
rwatson 2005-09-12 12:15:12 UTC
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekable
according to POSIX, not to mention the fact that it doesn't make sense
(and hence isn't really implemented). This causes the fifo_misc
regression test to succeed.
Revision Changes Path
1.119 +1 -1 src/sys/fs/fifofs/fifo_vnops.c
More information about the cvs-src
mailing list