PERFORCE change 43719 for review
    Chris Vance 
    cvance at FreeBSD.org
       
    Wed Dec 10 05:12:49 PST 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=43719
Change 43719 by cvance at cvance_korben on 2003/12/10 05:12:04
	When the call to suser was replaced with a capability check, the 
	header include was removed (doh!) 
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/netinet6/in6.c#8 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/netinet6/in6.c#8 (text+ko) ====
@@ -79,6 +79,7 @@
 #include <sys/time.h>
 #include <sys/kernel.h>
 #include <sys/syslog.h>
+#include <sys/capability.h>
 
 #include <net/if.h>
 #include <net/if_types.h>
    
    
More information about the p4-projects
mailing list