diff options
-rw-r--r-- | sys/arch/armish/stand/boot/wd.c | 6 | ||||
-rw-r--r-- | sys/arch/armish/stand/boot/wdc.c | 5 | ||||
-rw-r--r-- | sys/arch/hppa/stand/libsa/lf.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/stand/libsa/lf.c | 4 | ||||
-rw-r--r-- | sys/arch/loongson/stand/boot/rd.c | 5 |
5 files changed, 10 insertions, 14 deletions
diff --git a/sys/arch/armish/stand/boot/wd.c b/sys/arch/armish/stand/boot/wd.c index 1f9e9cc3da9..6e1aa847192 100644 --- a/sys/arch/armish/stand/boot/wd.c +++ b/sys/arch/armish/stand/boot/wd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wd.c,v 1.9 2011/03/13 00:13:52 deraadt Exp $ */ +/* $OpenBSD: wd.c,v 1.10 2013/03/24 19:20:34 deraadt Exp $ */ /* $NetBSD: wd.c,v 1.5 2005/12/11 12:17:06 christos Exp $ */ /*- @@ -30,11 +30,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/stdint.h> -#include <machine/param.h> - #include "libsa.h" #include "wdvar.h" diff --git a/sys/arch/armish/stand/boot/wdc.c b/sys/arch/armish/stand/boot/wdc.c index 12cf16f5a86..2d2f39ff2df 100644 --- a/sys/arch/armish/stand/boot/wdc.c +++ b/sys/arch/armish/stand/boot/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.4 2011/03/13 00:13:52 deraadt Exp $ */ +/* $OpenBSD: wdc.c,v 1.5 2013/03/24 19:20:34 deraadt Exp $ */ /* $NetBSD: wdc.c,v 1.7 2005/12/11 12:17:06 christos Exp $ */ /*- @@ -30,8 +30,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> -#include <machine/param.h> +#include <sys/param.h> #include "libsa.h" #include "wdvar.h" diff --git a/sys/arch/hppa/stand/libsa/lf.c b/sys/arch/hppa/stand/libsa/lf.c index 831dcdf7997..fd70310c339 100644 --- a/sys/arch/hppa/stand/libsa/lf.c +++ b/sys/arch/hppa/stand/libsa/lf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lf.c,v 1.7 2004/04/07 18:24:20 mickey Exp $ */ +/* $OpenBSD: lf.c,v 1.8 2013/03/24 19:20:35 deraadt Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -26,10 +26,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/param.h> #include "libsa.h" #include <machine/pdc.h> #include <machine/iomod.h> -#include <machine/param.h> #include "dev_hppa.h" diff --git a/sys/arch/hppa64/stand/libsa/lf.c b/sys/arch/hppa64/stand/libsa/lf.c index 15b7a6c0957..514adcd89aa 100644 --- a/sys/arch/hppa64/stand/libsa/lf.c +++ b/sys/arch/hppa64/stand/libsa/lf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lf.c,v 1.1 2005/04/01 10:40:48 mickey Exp $ */ +/* $OpenBSD: lf.c,v 1.2 2013/03/24 19:20:35 deraadt Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -17,10 +17,10 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/param.h> #include "libsa.h" #include <machine/pdc.h> #include <machine/iomod.h> -#include <machine/param.h> #include "dev_hppa64.h" diff --git a/sys/arch/loongson/stand/boot/rd.c b/sys/arch/loongson/stand/boot/rd.c index f179342bcf9..c5cd107aa42 100644 --- a/sys/arch/loongson/stand/boot/rd.c +++ b/sys/arch/loongson/stand/boot/rd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rd.c,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */ +/* $OpenBSD: rd.c,v 1.4 2013/03/24 19:20:35 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -16,10 +16,9 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> +#include <sys/param.h> #include "libsa.h" #include <machine/cpu.h> -#include <machine/param.h> #include <sys/exec_elf.h> static off_t rdoffs; |