Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 17:22:36 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19664 for review
Message-ID:  <200210200022.g9K0MaIa096671@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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