home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / mckusick / text0000.txt < prev   
Encoding:
Internet Message Format  |  1988-06-14  |  1.0 KB

  1. Cc: hoptoad!gnu@cgl.ucsf.edu (John Gilmore), gwyn@brl.arpa (Doug Gwyn),
  2.         utzoo!henry@sun.com (Henry Spencer),
  3.         longway!jsq@uunet.UU.NET (John S. Quarterman),
  4.         karels@okeeffe.berkeley.edu (Mike Karels)
  5. From: mckusick%okeeffe@berkeley.edu (Kirk McKusick)
  6.  
  7. When I wrote the directory access routines I made a mistake in 
  8. connecting them with the underlying implementation of the file
  9. system. They clearly should work on an abstract directory
  10. definition which may coincidentally be the same as the underlying
  11. directory structure (as it is in 4.3BSD). As such, I fully agree
  12. with the decision in the POSIX standard to create a new header
  13. file <dirent.h> rather than using <sys/dir.h>. It is the intention
  14. of CSRG to change the source code at Berkeley to <dirent.h>.
  15.  
  16. I do take exception to the apparently gratuitous change of renaming
  17. `d_ino' to `d_fileno' in the System V interface, though this can be
  18. worked around with a #define.
  19.  
  20.     Kirk McKusick
  21.     mckusick@berkeley.edu
  22.     ucbvax!mckusick
  23.  
  24. Volume-Number: Volume 12, Number 9
  25.  
  26.