diff options
author | 2013-03-21 21:55:09 +0000 | |
---|---|---|
committer | 2013-03-21 21:55:09 +0000 | |
commit | 1a36b81a7d276d254bc7edba3afbb3d38a225ad7 (patch) | |
tree | cd49d2d5d123726692af32a3c8628a471722c662 | |
parent | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK (diff) | |
download | wireguard-openbsd-1a36b81a7d276d254bc7edba3afbb3d38a225ad7.tar.xz wireguard-openbsd-1a36b81a7d276d254bc7edba3afbb3d38a225ad7.zip |
Already have sys/param.h, don't need machine/param.h
-rw-r--r-- | sys/arch/vax/vax/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c index dadd4b0700c..482d38cb808 100644 --- a/sys/arch/vax/vax/autoconf.c +++ b/sys/arch/vax/vax/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.35 2011/07/10 17:31:40 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.36 2013/03/21 21:55:09 deraadt Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/10/23 14:56:05 ragge Exp $ */ /* @@ -45,7 +45,6 @@ #include <machine/cpu.h> #include <machine/sid.h> -#include <machine/param.h> #include <machine/vmparam.h> #include <machine/nexus.h> #include <machine/clock.h> |