Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 09:29:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10582 for review
Message-ID:  <200205011629.g41GTm920701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10582

Change 10582 by rwatson@rwatson_tislabs on 2002/05/01 09:29:02

	Add a comment to the VAPPEND flag.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/sys/vnode.h#24 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/vnode.h#24 (text+ko) ====

@@ -242,7 +242,7 @@
 #define	VREAD	000400		/* read, write, execute, append permissions */
 #define	VWRITE	000200
 #define	VEXEC	000100
-#define	VAPPEND	040000
+#define	VAPPEND	040000		/* permission to write/append */
 #define	VADMIN	010000		/* permission to administer vnode */
 #define	VSTAT	020000		/* permission to retrieve vnode attrs */
 #define	VALL	(VREAD | VWRITE | VEXEC | VAPPEND | VSTAT | VADMIN)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205011629.g41GTm920701>