diff options
author | 2007-11-28 17:17:18 +0000 | |
---|---|---|
committer | 2007-11-28 17:17:18 +0000 | |
commit | 85fdd8001aabdd45f24402d95b75912148cb05a4 (patch) | |
tree | fa63176976617bbfe4a5d6967fd09d4fe0db0d63 | |
parent | readjust list width after previous; (diff) | |
download | wireguard-openbsd-85fdd8001aabdd45f24402d95b75912148cb05a4.tar.xz wireguard-openbsd-85fdd8001aabdd45f24402d95b75912148cb05a4.zip |
doh!
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index d2f06b64441..adccd67850b 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.413 2007/11/28 17:05:09 tedu Exp $ */ +/* $OpenBSD: machdep.c,v 1.414 2007/11/28 17:17:18 tedu Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -1102,6 +1102,7 @@ cyrix3_setperf_setup(struct cpu_info *ci) ci->ci_dev.dv_xname); } } +#endif void cyrix3_cpu_setup(struct cpu_info *ci) |