diff options
author | Jim Rees <rees@cvs.openbsd.org> | 1997-12-11 01:03:52 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 1997-12-11 01:03:52 +0000 |
commit | f4798fdb813f65e164571d29e0df01dcfd181d9f (patch) | |
tree | b2d71ecdc8d8917e04d90350b0fdc4f2528f7534 /sys/arch/i386 | |
parent | b61f496eb02f1fd5107dc4093c0e53ea5bc61384 (diff) |
oops -- local change leaked out (but it doesn't hurt anything)
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/apm.c | 6 |
1 files changed, 1 insertions, 5 deletions
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() |