home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.19 / text0016.txt < prev    next >
Encoding:
Internet Message Format  |  1990-05-17  |  685 b 

  1. From: Donn Terry <uunet!hpfcrn.fc.hp.com!donn>
  2.  
  3. >From: andrew@alice.uucp (Andrew Hume)
  4.  
  5. >the posix 1003.1 standard has cleverly evaded naming of bits
  6. >in the mode field of the stat structure. it does this by
  7. >defining tests (like S_ISDIR(mode) rather than (mode&S_IFMT)==S_IFDIR).
  8. >the question is, how do people deal with sym links? I simply
  9. >added a S_ISLNK macro but would prefer to go with the flow
  10. >if there is one.
  11.  
  12. This is exactly the kind of thing that is being done in 1003.1b, where
  13. symbolic links are being addressed.  The current draft even uses the
  14. same spelling you do.
  15.  
  16. Donn Terry
  17. (NOT speaking in any official way) Chair of 1003.1
  18.  
  19. Volume-Number: Volume 19, Number 16
  20.  
  21.