PERFORCE change 152646 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Nov 7 23:40:10 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152646

Change 152646 by trasz at trasz_traszkan on 2008/11/08 07:39:58

	Fix mismerge.  These flags were removed from CURRENT.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/sys/vnode.h#14 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/sys/vnode.h#14 (text+ko) ====

@@ -314,9 +314,6 @@
 #define	VEXEC			000000000100	/* execute/search permission */
 #define	VWRITE			000000000200	/* write permission */
 #define	VREAD			000000000400	/* read permission */
-#define	VSVTX			000000001000	/* sticky bit */
-#define	VSGID			000000002000	/* set group id on execution */
-#define	VSUID			000000004000	/* set user id on execution */
 #define	VADMIN			000000010000	/* being the file owner */
 #define	VSTAT			000000020000	/* permission to retrieve attrs */
 #define	VAPPEND			000000040000	/* permission to write/append */


More information about the p4-projects mailing list