From owner-p4-projects@FreeBSD.ORG Sat Feb 4 14:52:27 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 12C9016A423; Sat, 4 Feb 2006 14:52:27 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0CB816A420 for ; Sat, 4 Feb 2006 14:52:26 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E2043D8E for ; Sat, 4 Feb 2006 14:52:18 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k14EqHqV017227 for ; Sat, 4 Feb 2006 14:52:18 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k14EqHSA017224 for perforce@freebsd.org; Sat, 4 Feb 2006 14:52:17 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 4 Feb 2006 14:52:17 GMT Message-Id: <200602041452.k14EqHSA017224@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 91064 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 14:52:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=91064 Change 91064 by rwatson@rwatson_peppercorn on 2006/02/04 14:51:17 Correct transcription error: Linux has the ability to set the fsuid and fsgid, but not retrieve the fsuid. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#36 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#36 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#35 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#36 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -360,7 +360,7 @@ #define AUE_NMOUNT 380 /* FreeBSD-specific. */ #define AUE_BDFLUSH 381 /* Linux-specific. */ #define AUE_SETFSUID 382 /* Linux-specific. */ -#define AUE_GETFSUID 383 /* Linux-specific. */ +#define AUE_SETFSGID 383 /* Linux-specific. */ #define AUE_PERSONALITY 384 /* Linux-specific. */ #define AUE_SCHED_GETSCHEDULER 385 /* POSIX.1b. */ #define AUE_SCHED_SETSCHEDULER 386 /* POSIX.1b. */