From f0e3a2db93db490cd1fd165d548a5973ee591ad8 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 16 Oct 2002 15:44:41 +0000 Subject: [PATCH] MFi386: revision 1.130. --- sys/pc98/apm/apm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pc98/apm/apm.c b/sys/pc98/apm/apm.c index 44a4066f7a1..1eb910e86cc 100644 --- a/sys/pc98/apm/apm.c +++ b/sys/pc98/apm/apm.c @@ -592,7 +592,7 @@ apm_suspend(int state) apm_lastreq_notify(); } -void +static void apm_resume(void) { struct apm_softc *sc = &apm_softc;