diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-20 23:35:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-20 23:35:17 +0000 |
commit | a58f8e9edbed956ef5357c82ee5b2c3fc65ace14 (patch) | |
tree | 537291958925c4fe5dce081590ebef0ed2aad038 | |
parent | 8ba397e904a28976d6f864a7c5f91f975783c0ba (diff) |
more misuse of user.h and sysctl.h
-rw-r--r-- | sys/arch/alpha/pci/pci_machdep.c | 3 | ||||
-rw-r--r-- | sys/arch/hppa/gsc/gscbus.c | 3 | ||||
-rw-r--r-- | sys/arch/socppc/socppc/fdt.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/alpha/pci/pci_machdep.c b/sys/arch/alpha/pci/pci_machdep.c index 60d316dd931..73c9a24fb40 100644 --- a/sys/arch/alpha/pci/pci_machdep.c +++ b/sys/arch/alpha/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.17 2007/11/03 10:09:03 martin Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.18 2010/04/20 23:35:16 deraadt Exp $ */ /* $NetBSD: pci_machdep.c,v 1.7 1996/11/19 04:57:32 cgd Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/device.h> #include <uvm/uvm_extern.h> #include <machine/cpu.h> -#include <sys/sysctl.h> #include <dev/isa/isavar.h> #include <dev/pci/pcireg.h> diff --git a/sys/arch/hppa/gsc/gscbus.c b/sys/arch/hppa/gsc/gscbus.c index 1e07ae84b75..2731d157dea 100644 --- a/sys/arch/hppa/gsc/gscbus.c +++ b/sys/arch/hppa/gsc/gscbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gscbus.c,v 1.27 2005/06/09 18:01:36 mickey Exp $ */ +/* $OpenBSD: gscbus.c,v 1.28 2010/04/20 23:35:16 deraadt Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -32,7 +32,6 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/user.h> #include <sys/mbuf.h> #include <sys/reboot.h> diff --git a/sys/arch/socppc/socppc/fdt.c b/sys/arch/socppc/socppc/fdt.c index c99ab721b8e..96b28c43c4e 100644 --- a/sys/arch/socppc/socppc/fdt.c +++ b/sys/arch/socppc/socppc/fdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdt.c,v 1.7 2009/10/01 20:21:05 dms Exp $ */ +/* $OpenBSD: fdt.c,v 1.8 2010/04/20 23:35:16 deraadt Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> @@ -20,7 +20,6 @@ #include <sys/types.h> #include <sys/param.h> -#include <sys/user.h> #include <machine/fdt.h> |