diff options
author | bde <bde@FreeBSD.org> | 1995-12-06 23:44:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-06 23:44:23 +0000 |
commit | 369f41ad46df402995bdb9d0f3e2bf0534b3c81d (patch) | |
tree | e3036059bd6d58e16e7f515e25e247da3960b4d1 /sys/i386 | |
parent | 63875293f27fe7fb41a40c649091ea2d9a17d96b (diff) | |
download | FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.zip FreeBSD-src-369f41ad46df402995bdb9d0f3e2bf0534b3c81d.tar.gz |
Removed unnecessary #includes of <sys/user.h>. Some of these were just
to get the definitions of TRUE and FALSE which happen to be defined in
a deeply nested include.
Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_sysi86.c | 1 | ||||
-rw-r--r-- | sys/i386/isa/aic6360.c | 3 | ||||
-rw-r--r-- | sys/i386/isa/asc.c | 5 | ||||
-rw-r--r-- | sys/i386/isa/ctx.c | 4 | ||||
-rw-r--r-- | sys/i386/isa/cy.c | 3 | ||||
-rw-r--r-- | sys/i386/isa/gpib.c | 2 | ||||
-rw-r--r-- | sys/i386/isa/gsc.c | 2 | ||||
-rw-r--r-- | sys/i386/isa/mse.c | 4 | ||||
-rw-r--r-- | sys/i386/isa/ncr5380.c | 1 | ||||
-rw-r--r-- | sys/i386/isa/rc.c | 1 | ||||
-rw-r--r-- | sys/i386/isa/sio.c | 3 | ||||
-rw-r--r-- | sys/i386/isa/tw.c | 2 |
12 files changed, 12 insertions, 19 deletions
diff --git a/sys/i386/ibcs2/ibcs2_sysi86.c b/sys/i386/ibcs2/ibcs2_sysi86.c index 36d02f8..f10f0f9 100644 --- a/sys/i386/ibcs2/ibcs2_sysi86.c +++ b/sys/i386/ibcs2/ibcs2_sysi86.c @@ -33,7 +33,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/sysctl.h> #include <i386/ibcs2/ibcs2_types.h> diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index 09ebde8..e740bdd 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.13 1995/11/04 17:07:05 bde Exp $ + * $Id: aic6360.c,v 1.14 1995/11/29 10:26:51 phk Exp $ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and @@ -127,7 +127,6 @@ #endif #include <sys/buf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/queue.h> #ifndef __FreeBSD__ #include <machine/pio.h> diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c index 05b168d..2050c76 100644 --- a/sys/i386/isa/asc.c +++ b/sys/i386/isa/asc.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * $Id: asc.c,v 1.7 1995/11/29 10:47:24 julian Exp $ + * $Id: asc.c,v 1.8 1995/11/29 14:39:31 julian Exp $ */ #include "asc.h" @@ -43,7 +43,6 @@ #include "param.h" #include "systm.h" #include "proc.h" -#include "user.h" #include "buf.h" #include "malloc.h" #include "kernel.h" @@ -60,8 +59,8 @@ #else #include <sys/param.h> #include <sys/systm.h> +#include <sys/conf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/buf.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 8a567ca..19b9671 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.9 1995/11/29 10:47:27 julian Exp $ + * $Id: ctx.c,v 1.10 1995/11/29 14:39:33 julian Exp $ */ /* @@ -113,9 +113,9 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/conf.h> #include <sys/ioctl.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/uio.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index 9ce9957..ae025c0 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.21 1995/11/29 10:47:35 julian Exp $ + * $Id: cy.c,v 1.22 1995/11/29 14:39:37 julian Exp $ */ #include "cy.h" @@ -77,7 +77,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> diff --git a/sys/i386/isa/gpib.c b/sys/i386/isa/gpib.c index f5e216e..1d0b1ac 100644 --- a/sys/i386/isa/gpib.c +++ b/sys/i386/isa/gpib.c @@ -29,7 +29,7 @@ #include "systm.h" #include "sys/ioctl.h" #include "proc.h" -#include "user.h" +#include "conf.h" #include "uio.h" #include "kernel.h" #include "malloc.h" diff --git a/sys/i386/isa/gsc.c b/sys/i386/isa/gsc.c index 57e5200..e8dfade 100644 --- a/sys/i386/isa/gsc.c +++ b/sys/i386/isa/gsc.c @@ -38,7 +38,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> -#include <sys/user.h> +#include <sys/conf.h> #include <sys/buf.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index 82411de..8e9fa7b 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.17 1995/11/29 10:47:46 julian Exp $ + * $Id: mse.c,v 1.18 1995/11/29 14:39:47 julian Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -48,8 +48,8 @@ #if NMSE > 0 #include <sys/param.h> #include <sys/systm.h> +#include <sys/conf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/buf.h> #include <sys/kernel.h> #include <sys/ioctl.h> diff --git a/sys/i386/isa/ncr5380.c b/sys/i386/isa/ncr5380.c index 790a044..59cd738 100644 --- a/sys/i386/isa/ncr5380.c +++ b/sys/i386/isa/ncr5380.c @@ -45,7 +45,6 @@ #include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/devconf.h> #include <machine/clock.h> diff --git a/sys/i386/isa/rc.c b/sys/i386/isa/rc.c index deea595..e4e3325 100644 --- a/sys/i386/isa/rc.c +++ b/sys/i386/isa/rc.c @@ -40,7 +40,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 5e6800c..b6b090f 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.122 1995/11/29 14:39:57 julian Exp $ + * $Id: sio.c,v 1.123 1995/11/29 15:00:07 bde Exp $ */ #include "sio.h" @@ -51,7 +51,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/user.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/file.h> diff --git a/sys/i386/isa/tw.c b/sys/i386/isa/tw.c index a72224d..7eb75e0 100644 --- a/sys/i386/isa/tw.c +++ b/sys/i386/isa/tw.c @@ -131,7 +131,7 @@ #include "param.h" #include "systm.h" #include "proc.h" -#include "user.h" +#include "conf.h" #include "buf.h" #include "kernel.h" #include "ioctl.h" |