Fix definition of apm_power off (was suffering from cut&paste syndrome).

This commit is contained in:
Garrett Wollman 1997-06-15 02:19:40 +00:00
parent 3f7773458e
commit dd57c0981c
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;