diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-13 14:50:11 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-13 14:50:11 +0000 |
commit | 5ce96273ef308ab90a54b14b134e2e4adf0d8f20 (patch) | |
tree | 18630568cb06cafc4533e3002f01bbd8b459b586 /sys | |
parent | eef72cf3f5a733aae80590b782ea0973a465eec7 (diff) |
Improve diffability with amd64
Diffstat (limited to 'sys')
-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> |