PERFORCE change 108144 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Thu Oct 19 17:45:49 PDT 2006
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=108144
Change 108144 by rwatson at 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) &&
    
    
More information about the p4-projects
mailing list