From owner-p4-projects Wed May 1 9:30: 6 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5437F37B416; Wed, 1 May 2002 09:29:50 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EB9137B404 for ; Wed, 1 May 2002 09:29:49 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g41GTm920701 for perforce@freebsd.org; Wed, 1 May 2002 09:29:48 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 1 May 2002 09:29:48 -0700 (PDT) Message-Id: <200205011629.g41GTm920701@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 10582 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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