PERFORCE change 106540 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sat Sep 23 02:28:10 PDT 2006
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=106540
Change 106540 by rwatson at rwatson_fledge on 2006/09/23 09:26:58
	White space cleanup.
	
	Add missing return(0).
Affected files ...
.. //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#6 edit
Differences ...
==== //depot/projects/trustedbsd/priv/sys/kern/kern_jail.c#6 (text+ko) ====
@@ -591,7 +591,7 @@
 		/*
 		 * The following privileges should be granted to jail once
 		 * implemented.
-	 */
+		 */
 	/* case PRIV_IPC_READ: */
 	/* case PRIV_IPC_WRITE: */
 	/* case PRIV_IPC_EXEC: */
@@ -678,6 +678,7 @@
 		 * jail.
 		 */
 	case PRIV_NETINET_GETCRED:
+		return (0);
 
 	default:
 		/*
    
    
More information about the p4-projects
mailing list