cvs commit: src/sys/fs/fifofs fifo_vnops.c
Robert Watson
rwatson at FreeBSD.org
Mon Sep 12 05:16:12 PDT 2005
On Mon, 12 Sep 2005, Robert Watson wrote:
> 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
MFC after: 3 days
Robert N M Watson
More information about the cvs-src
mailing list