cvs commit: src/sys/fs/fifofs fifo_vnops.c

Robert Watson rwatson at FreeBSD.org
Thu Sep 15 13:50:05 PDT 2005


rwatson     2005-09-15 20:50:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/fifofs        fifo_vnops.c 
  Log:
  Merge fifo_vnops.c:1.119 from HEAD to RELENG_6:
  
    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.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.113.2.6  +1 -1      src/sys/fs/fifofs/fifo_vnops.c


More information about the cvs-src mailing list