diff options
author | 2013-03-23 15:50:23 +0000 | |
---|---|---|
committer | 2013-03-23 15:50:23 +0000 | |
commit | 504eec07b413c726a12e5a2389dc4832e4c338ed (patch) | |
tree | e1ec1c76b4018e9c3f199267e1873580be4fa087 | |
parent | Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15. (diff) | |
download | wireguard-openbsd-504eec07b413c726a12e5a2389dc4832e4c338ed.tar.xz wireguard-openbsd-504eec07b413c726a12e5a2389dc4832e4c338ed.zip |
avoid machine/param.h use
-rw-r--r-- | sys/arch/loongson/stand/boot/dev.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/loongson/stand/boot/dev.c b/sys/arch/loongson/stand/boot/dev.c index 94b3616fd27..46674ad2ab7 100644 --- a/sys/arch/loongson/stand/boot/dev.c +++ b/sys/arch/loongson/stand/boot/dev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */ +/* $OpenBSD: dev.c,v 1.4 2013/03/23 15:50:23 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -44,10 +44,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> +#include <sys/param.h> #include "libsa.h" #include <sys/disklabel.h> -#include <machine/param.h> #include <machine/cpu.h> #include <machine/pmon.h> |