Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 15:11:17 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14638 for review
Message-ID:  <200207212211.g6LMBHIR054814@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14638

Change 14638 by rwatson@rwatson_curry on 2002/07/21 15:11:10

	Whitespace cleanup from copy/paste.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#183 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#183 (text+ko) ====

@@ -1023,7 +1023,7 @@
 			printf(".\n");
 			error = EPERM;
 		}
-	} 
+	}
 
 	return (error);
 }
@@ -1673,12 +1673,12 @@
     struct componentname *cnp)
 {
 	int error;
-		
+
 	ASSERT_VOP_LOCKED(dvp, "mac_cred_check_lookup_vnode");
-			    
-	if (!mac_enforce_fs)  
+
+	if (!mac_enforce_fs)
 		return (0);
-	      
+
 	error = vn_refreshlabel(dvp, cred);
 	if (error)
 		return (error);
@@ -1996,7 +1996,7 @@
 void
 mac_relabel_vnode(struct ucred *cred, struct vnode *vp, struct label *newlabel)
 {
-	
+
 	MAC_PERFORM(relabel_vnode, cred, vp, &vp->v_label, newlabel);
 }
 
@@ -2334,7 +2334,7 @@
 void
 mac_create_devfs_device(dev_t dev, struct devfs_dirent *de)
 {
- 
+
 	MAC_PERFORM(create_devfs_device, dev, de, &de->de_label);
 }
 

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?200207212211.g6LMBHIR054814>