home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.27 / text0036.txt < prev    next >
Encoding:
Text File  |  1992-05-20  |  908 b   |  25 lines

  1. Submitted-by: brian.haug@ncrcae.columbiasc.NCR.COM ("Brian R. Haug")
  2.  
  3. I've recently encountered a problem with seekdir in that it does not work
  4. when the directory is on a device incapable of seeking (like the /dev/fd
  5. filesystem in SVR4) because seekdir calls lseek which fails.  I realize that
  6. seekdir is no part of POSIX, but we have to be compatible with SVID and X/OPEN
  7. too.
  8.  
  9. Basicly, I'm interested in hearing what other people think about this "problem."
  10. POSIX seems to have done a good job covering all the bases, as it does not
  11. allow chroot, which would prevent re-opening the file to implement rewinddir.
  12. Unfortunately, SVID and X/OPEN allow chroot.  And, of course, neither
  13. rewinddir nor seekdir returns values to indicate failure.
  14.  
  15. Comments about the standard, problem, or proposed solutions would be greatly
  16. appreciated.
  17.  
  18.             Share and Enjoy!
  19.  
  20.                   Brian
  21.  
  22.  
  23. Volume-Number: Volume 27, Number 36
  24.  
  25.