diff options
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/libsa/gateA20.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 30e044f10db..46338319244 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.61 2016/09/18 16:36:09 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.62 2017/09/08 05:36:51 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <netinet/in.h> #include <libsa.h> #include <lib/libsa/ufs.h> diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 66a7d18b686..1daefd490e6 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.30 2016/09/18 16:36:09 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -28,7 +28,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <netinet/in.h> #include <libsa.h> #include <lib/libsa/ufs.h> diff --git a/sys/arch/i386/stand/libsa/gateA20.c b/sys/arch/i386/stand/libsa/gateA20.c index 00bfad10613..b897bf4c13d 100644 --- a/sys/arch/i386/stand/libsa/gateA20.c +++ b/sys/arch/i386/stand/libsa/gateA20.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gateA20.c,v 1.10 2004/03/19 13:48:18 tom Exp $ */ +/* $OpenBSD: gateA20.c,v 1.11 2017/09/08 05:36:52 deraadt Exp $ */ /* * Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 @@ -29,7 +29,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <machine/pio.h> #include <dev/ic/i8042reg.h> #include <dev/isa/isareg.h> diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index f0d02101c10..705a054e8d3 100644 --- a/sys/arch/i386/stand/pxeboot/conf.c +++ b/sys/arch/i386/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.35 2016/09/18 16:36:09 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.36 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -28,7 +28,6 @@ */ #include <sys/param.h> -#include <sys/types.h> #include <netinet/in.h> #include <libsa.h> #include <lib/libsa/ufs.h> |