summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-06-15 02:19:40 +0000
committerwollman <wollman@FreeBSD.org>1997-06-15 02:19:40 +0000
commit29e9046de4d513c15b0e329ad63312589840373e (patch)
treeb7b9e26ae1942cf07d44c27f3ccc2db58d3ee1e6 /sys/i386/bios
parentd3793afec065771a51529f173ee6a24d08383340 (diff)
downloadFreeBSD-src-29e9046de4d513c15b0e329ad63312589840373e.zip
FreeBSD-src-29e9046de4d513c15b0e329ad63312589840373e.tar.gz
Fix definition of apm_power off (was suffering from cut&paste syndrome).
Diffstat (limited to 'sys/i386/bios')
-rw-r--r--sys/i386/bios/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index ad1db6d..3810c18 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -15,7 +15,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.56 1997/03/30 09:08:00 phk Exp $
+ * $Id: apm.c,v 1.57 1997/06/15 02:02:41 wollman Exp $
*/
#include <sys/param.h>
@@ -227,7 +227,7 @@ apm_display(int newstate)
* Turn off the entire system.
*/
void
-apm_display(void)
+apm_power_off(void)
{
u_long eax, ebx, ecx;
OpenPOWER on IntegriCloud