diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-10-16 15:44:41 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-10-16 15:44:41 +0000 |
| commit | f0e3a2db93db490cd1fd165d548a5973ee591ad8 (patch) | |
| tree | 2385fc3d271551de57990577af97eaa1ab98256c /sys/pc98/apm | |
| parent | 93569b6b3a0545d4d9f1be90d4fb312249345a42 (diff) | |
Notes
Diffstat (limited to 'sys/pc98/apm')
| -rw-r--r-- | sys/pc98/apm/apm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/apm/apm.c b/sys/pc98/apm/apm.c index 44a4066f7a18..1eb910e86ccb 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; |
