From owner-p4-projects@FreeBSD.ORG Fri Oct 20 00:45:49 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 B9E1E16A47C; Fri, 20 Oct 2006 00:45:48 +0000 (UTC) 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 74BB016A403 for ; Fri, 20 Oct 2006 00:45:48 +0000 (UTC) (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 3F87143D49 for ; Fri, 20 Oct 2006 00:45:48 +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.6/8.13.6) with ESMTP id k9K0jmUn081610 for ; Fri, 20 Oct 2006 00:45:48 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9K0jln0081607 for perforce@freebsd.org; Fri, 20 Oct 2006 00:45:47 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 20 Oct 2006 00:45:47 GMT Message-Id: <200610200045.k9K0jln0081607@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 108144 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: Fri, 20 Oct 2006 00:45:49 -0000 http://perforce.freebsd.org/chv.cgi?CH=108144 Change 108144 by rwatson@rwatson_zoo on 2006/10/20 00:45:05 White space fix. Affected files ... .. //depot/projects/trustedbsd/priv6/src/sys/kern/vfs_subr.c#6 edit Differences ... ==== //depot/projects/trustedbsd/priv6/src/sys/kern/vfs_subr.c#6 (text+ko) ==== @@ -3274,7 +3274,7 @@ } else { if ((acc_mode & VEXEC) && ((dac_granted & VEXEC) == 0) && !priv_check_cred(cred, PRIV_VFS_EXEC, SUSER_ALLOWJAIL)) - priv_granted |= VEXEC; + priv_granted |= VEXEC; } if ((acc_mode & VREAD) && ((dac_granted & VREAD) == 0) &&