summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 45f43c3ec6b..96b4fd6e49e 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.54 1997/10/02 14:27:48 downsj Exp $ */
+/* $OpenBSD: machdep.c,v 1.55 1997/10/02 14:30:04 downsj Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@ -795,7 +795,7 @@ haltsys:
doshutdownhooks();
if (howto & RB_HALT) {
-#if NAPM > 0 && !defined(APM_NO_POWEROFF)
+#if NAPM > 0
if (howto & RB_POWERDOWN) {
printf("\nAttempting to power down...\n");
/*