diff options
author | 2011-07-08 20:15:09 +0000 | |
---|---|---|
committer | 2011-07-08 20:15:09 +0000 | |
commit | 0ba9bf1715d48fae782fe28b0c94f650ab1eeca5 (patch) | |
tree | 7bd0de1fc6e420bb5eb3da210cd4a77b03f45a4f | |
parent | Ack, my last change used size_t for file offsets, but size_t is only (diff) | |
download | wireguard-openbsd-0ba9bf1715d48fae782fe28b0c94f650ab1eeca5.tar.xz wireguard-openbsd-0ba9bf1715d48fae782fe28b0c94f650ab1eeca5.zip |
Only compile hibernate_machdep if option hibernate is set.
Unbreaks i386 kernel build.
ok mlarkin@
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b360a5e2910..83028a3ec64 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.206 2011/07/07 02:57:24 deraadt Exp $ +# $OpenBSD: files.i386,v 1.207 2011/07/08 20:15:09 ariane Exp $ # # new style config file for i386 architecture # @@ -24,7 +24,7 @@ file arch/i386/i386/est.c !small_kernel file arch/i386/i386/gdt.c file arch/i386/i386/in_cksum.s inet file arch/i386/i386/machdep.c -file arch/i386/i386/hibernate_machdep.c +file arch/i386/i386/hibernate_machdep.c hibernate file arch/i386/i386/via.c file arch/i386/i386/amd64errata.c !small_kernel file arch/i386/i386/kgdb_machdep.c kgdb |