[Libsysio-commit] strided-io: libsysio/include inode.h
Brought to you by:
lward
|
From: Lee W. <lw...@us...> - 2004-01-28 21:12:48
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27118 Modified Files: Tag: strided-io inode.h Log Message: Commented the ND flags to help other out a little. These comments aren't very complete but do, at least, hint at the meanings. Index: inode.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/inode.h,v retrieving revision 1.13.6.5 retrieving revision 1.13.6.6 diff -u -w -b -B -p -r1.13.6.5 -r1.13.6.6 --- inode.h 27 Jan 2004 21:33:44 -0000 1.13.6.5 +++ inode.h 28 Jan 2004 21:11:33 -0000 1.13.6.6 @@ -314,8 +314,8 @@ struct nameidata { /* * Values for nameidata flags field. */ -#define ND_NOFOLLOW 0x01 -#define ND_NEGOK 0x02 +#define ND_NOFOLLOW 0x01 /* no follow symlinks */ +#define ND_NEGOK 0x02 /* last missing is ok */ #ifdef AUTOMOUNT_FILE_NAME #define _ND_INIT_AUTOMOUNT(nd) ((nd)->nd_amcnt = 0) |