Date: Sun, 10 Jul 2005 00:08:56 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79875 for review Message-ID: <200507100008.j6A08udl002403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79875 Change 79875 by rwatson@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507100008.j6A08udl002403>