PERFORCE change 79875 for review

Robert Watson rwatson at FreeBSD.org
Sun Jul 10 00:08:58 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=79875

Change 79875 by rwatson at rwatson_zoo on 2005/07/10 00:08:33

	Remove now unneeded capability.h includes.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/amd64/amd64/mem.c#8 edit
.. //depot/projects/trustedbsd/sebsd/sys/netatalk/ddp_usrreq.c#11 edit
.. //depot/projects/trustedbsd/sebsd/sys/netinet6/ip6_input.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/amd64/amd64/mem.c#8 (text+ko) ====

@@ -57,7 +57,6 @@
 #include <sys/signalvar.h>
 #include <sys/systm.h>
 #include <sys/uio.h>
-#include <sys/capabililty.h>
 
 #include <machine/specialreg.h>
 #include <machine/vmparam.h>

==== //depot/projects/trustedbsd/sebsd/sys/netatalk/ddp_usrreq.c#11 (text+ko) ====

@@ -34,7 +34,6 @@
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/protosw.h>
-#include <sys/capability.h>
 
 #include <net/if.h>
 #include <net/route.h>

==== //depot/projects/trustedbsd/sebsd/sys/netinet6/ip6_input.c#13 (text+ko) ====

@@ -79,7 +79,6 @@
 #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