Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!longway!std-unix From: std-unix@longway.TIC.COM (Moderator, John S. Quarterman) Newsgroups: comp.std.unix Subject: Re: extending 1003.1 to include sym links Message-ID: <585@longway.TIC.COM> Date: 21 Mar 90 20:11:34 GMT Reply-To: std-unix@uunet.uu.net Lines: 19 Approved: jsq@longway.tic.com (Moderator, John S. Quarterman) From: Donn Terry >From: andrew@alice.uucp (Andrew Hume) >the posix 1003.1 standard has cleverly evaded naming of bits >in the mode field of the stat structure. it does this by >defining tests (like S_ISDIR(mode) rather than (mode&S_IFMT)==S_IFDIR). >the question is, how do people deal with sym links? I simply >added a S_ISLNK macro but would prefer to go with the flow >if there is one. This is exactly the kind of thing that is being done in 1003.1b, where symbolic links are being addressed. The current draft even uses the same spelling you do. Donn Terry (NOT speaking in any official way) Chair of 1003.1 Volume-Number: Volume 19, Number 16