diff options
Diffstat (limited to 'sys/arch/armish/stand')
-rw-r--r-- | sys/arch/armish/stand/boot/wd.c | 6 | ||||
-rw-r--r-- | sys/arch/armish/stand/boot/wdc.c | 5 |
2 files changed, 4 insertions, 7 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" |