PERFORCE change 43719 for review

Chris Vance cvance at FreeBSD.org
Wed Dec 10 13:12:44 GMT 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>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list