Date: Sat, 9 Jul 2005 22:13:34 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79868 for review Message-ID: <200507092213.j69MDY6H097675@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79868 Change 79868 by rwatson@rwatson_zoo on 2005/07/09 22:13:08 Remove now unneeded capability.h includes -- most are left over from earlier versions of the same file where suser/cap_check was used, but due to structural changes (generally improvements) in the vendor code, is no longer required. Affected files ... .. //depot/projects/trustedbsd/sebsd/sys/dev/digi/digi.c#9 edit .. //depot/projects/trustedbsd/sebsd/sys/dev/rc/rc.c#9 edit .. //depot/projects/trustedbsd/sebsd/sys/dev/rp/rp.c#9 edit .. //depot/projects/trustedbsd/sebsd/sys/dev/sab/sab.c#10 edit .. //depot/projects/trustedbsd/sebsd/sys/dev/sio/sio.c#11 edit .. //depot/projects/trustedbsd/sebsd/sys/dev/usb/ucom.c#11 edit .. //depot/projects/trustedbsd/sebsd/sys/i386/i386/mem.c#8 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/sys/dev/digi/digi.c#9 (text+ko) ==== @@ -52,7 +52,6 @@ #include <sys/serial.h> #include <sys/bus.h> #include <machine/resource.h> -#include <sys/capability.h> #include <sys/digiio.h> #include <dev/digi/digireg.h> ==== //depot/projects/trustedbsd/sebsd/sys/dev/rc/rc.c#9 (text+ko) ==== @@ -48,7 +48,6 @@ #include <sys/module.h> #include <sys/serial.h> #include <sys/tty.h> -#include <sys/capability.h> #include <machine/bus.h> #include <machine/resource.h> #include <sys/rman.h> ==== //depot/projects/trustedbsd/sebsd/sys/dev/rp/rp.c#9 (text+ko) ==== @@ -52,7 +52,6 @@ #include <machine/bus.h> #include <sys/bus.h> #include <sys/rman.h> -#include <sys/capability.h> #define ROCKET_C #include <dev/rp/rpreg.h> ==== //depot/projects/trustedbsd/sebsd/sys/dev/sab/sab.c#10 (text+ko) ==== @@ -68,7 +68,6 @@ #include <sys/serial.h> #include <sys/syslog.h> #include <sys/tty.h> -#include <sys/capability.h> #include <dev/sab/sab82532reg.h> ==== //depot/projects/trustedbsd/sebsd/sys/dev/sio/sio.c#11 (text+ko) ==== @@ -71,7 +71,6 @@ #include <sys/rman.h> #include <sys/timepps.h> #include <sys/uio.h> -#include <sys/capability.h> #include <sys/cons.h> #include <isa/isavar.h> ==== //depot/projects/trustedbsd/sebsd/sys/dev/usb/ucom.c#11 (text+ko) ==== @@ -87,7 +87,6 @@ #include <sys/proc.h> #include <sys/poll.h> #include <sys/sysctl.h> -#include <sys/capability.h> #include <dev/usb/usb.h> #include <dev/usb/usbcdc.h> ==== //depot/projects/trustedbsd/sebsd/sys/i386/i386/mem.c#8 (text+ko) ==== @@ -57,7 +57,6 @@ #include <sys/signalvar.h> #include <sys/systm.h> #include <sys/uio.h> -#include <sys/capability.h> #include <machine/specialreg.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507092213.j69MDY6H097675>