diff options
author | 2012-07-13 14:50:10 +0000 | |
---|---|---|
committer | 2012-07-13 14:50:10 +0000 | |
commit | 5c449005987cdac6b3cad8b70d3f13eba66f1fcc (patch) | |
tree | ce944119293cdcebfaebd9ca680b014b7877787e | |
parent | kill unused variable (diff) | |
download | wireguard-openbsd-5c449005987cdac6b3cad8b70d3f13eba66f1fcc.tar.xz wireguard-openbsd-5c449005987cdac6b3cad8b70d3f13eba66f1fcc.zip |
Improve diffability with amd64
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index 3ff07dd2cf4..1ce58a3fec2 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.89 2012/03/26 16:15:42 mlarkin Exp $ */ +/* $OpenBSD: autoconf.c,v 1.90 2012/07/13 14:50:10 mlarkin Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -54,6 +54,7 @@ #include <sys/device.h> #include <sys/socket.h> #include <sys/socketvar.h> +#include <sys/hibernate.h> #include <net/if.h> #include <net/if_types.h> @@ -67,7 +68,6 @@ #include <machine/gdt.h> #include <machine/biosvar.h> #include <machine/kvm86.h> -#include <sys/hibernate.h> #include <dev/cons.h> |