Date: Sat, 8 Nov 2008 07:40:09 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 152646 for review Message-ID: <200811080740.mA87e9t1029760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152646 Change 152646 by trasz@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811080740.mA87e9t1029760>