diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 21:17:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-24 21:17:34 +0000 |
commit | 2a18f35787b484fc468fd913dae668c4318f1819 (patch) | |
tree | d4463d0fe357cbaa393e35546396c08eeacce966 /sys/arch/i386/include | |
parent | 3cbd177f651a93ee990840150183fc12dd3fa4f6 (diff) |
wrong place for cold
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r-- | sys/arch/i386/include/apmvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/apmvar.h b/sys/arch/i386/include/apmvar.h index 346118170b5..6f313844fdb 100644 --- a/sys/arch/i386/include/apmvar.h +++ b/sys/arch/i386/include/apmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apmvar.h,v 1.11 2001/06/24 20:38:06 fgsch Exp $ */ +/* $OpenBSD: apmvar.h,v 1.12 2001/06/24 21:17:33 mickey Exp $ */ /* * Copyright (c) 1995 John T. Kohl @@ -291,7 +291,6 @@ struct apm_ctl { if the percentage changes */ #ifdef _KERNEL -extern int cold; extern void apm_cpu_busy __P((void)); extern void apm_cpu_idle __P((void)); extern void apminit __P((void)); |