diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-07 07:26:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-07 07:26:37 +0000 |
commit | f263e2ad6e36282018fa401e143f1bdd612a62ed (patch) | |
tree | 5371fdbad6c1d97ea8d062df2640a5347b7d653c | |
parent | adf39d58c737ebbadcb57697db02e11f9209264e (diff) |
This file is supposed to compile.
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 71217838978..f2a3a3ab169 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.462 2009/10/07 02:15:48 kevlo Exp $ */ +/* $OpenBSD: machdep.c,v 1.463 2009/10/07 07:26:36 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -231,6 +231,7 @@ struct vm_map *phys_map = NULL; int p4_model; int p3_early; void (*update_cpuspeed)(void) = NULL; +void via_update_sensor(void *args); #endif int kbd_reset; @@ -1183,7 +1184,6 @@ cyrix3_cpu_setup(struct cpu_info *ci) } #if !defined(SMALL_KERNEL) -void via_update_sensor(void *args); void via_update_sensor(void *args) { |