From owner-p4-projects Sat Oct 19 17:23: 1 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D4B9237B404; Sat, 19 Oct 2002 17:22:58 -0700 (PDT) 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 6C75937B401 for ; Sat, 19 Oct 2002 17:22:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C3043E65 for ; Sat, 19 Oct 2002 17:22:57 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K0MbmV096674 for ; Sat, 19 Oct 2002 17:22:37 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K0MaIa096671 for perforce@freebsd.org; Sat, 19 Oct 2002 17:22:36 -0700 (PDT) Date: Sat, 19 Oct 2002 17:22:36 -0700 (PDT) Message-Id: <200210200022.g9K0MaIa096671@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 Subject: PERFORCE change 19664 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://perforce.freebsd.org/chv.cgi?CH=19664 Change 19664 by rwatson@rwatson_paprika on 2002/10/19 17:21:42 Remove trailing whitespace. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#116 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#116 (text+ko) ==== @@ -681,7 +681,7 @@ if (d < 1 || d > MAC_MLS_MAX_COMPARTMENTS) return (EINVAL); - MAC_MLS_BIT_SET(d, element->mme_compartments); + MAC_MLS_BIT_SET(d, element->mme_compartments); if (*p1 == '\0') break; @@ -1917,7 +1917,7 @@ return (0); } -static int +static int mac_mls_check_vnode_link(struct ucred *cred, struct vnode *dvp, struct label *dlabel, struct vnode *vp, struct label *label, struct componentname *cnp) @@ -1941,7 +1941,7 @@ } static int -mac_mls_check_vnode_lookup(struct ucred *cred, struct vnode *dvp, +mac_mls_check_vnode_lookup(struct ucred *cred, struct vnode *dvp, struct label *dlabel, struct componentname *cnp) { struct mac_mls *subj, *obj; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message