From f4798fdb813f65e164571d29e0df01dcfd181d9f Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 11 Dec 1997 01:03:52 +0000 Subject: oops -- local change leaked out (but it doesn't hurt anything) --- sys/arch/i386/i386/apm.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 1ede47c8c48..56dbc867f80 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.17 1997/12/11 00:58:44 rees Exp $ */ +/* $OpenBSD: apm.c,v 1.18 1997/12/11 01:03:51 rees Exp $ */ /*- * Copyright (c) 1995 John T. Kohl. All rights reserved. @@ -514,11 +514,7 @@ apm_set_powstate(dev, state) return 0; } -#ifdef HANDBOOK -int apmidleon = 0; -#else int apmidleon = 1; -#endif void apm_cpu_busy() -- cgit v1.2.3