diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-26 00:14:11 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-10-26 00:14:11 +0100 |
commit | 54efb9945a023fd164fadbf87eedb9cc8234f4cd (patch) | |
tree | c90807f685bcc6ee257bfe8947e8032188b74c32 /i386 | |
parent | 77c5980af190916022af87fb30e75a1b9bb8f822 (diff) |
Fix build
* i386/i386at/com.h (comtimer): Fix prototype of comtimer.
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386at/com.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/com.h b/i386/i386at/com.h index dca26a5..e53e948 100644 --- a/i386/i386at/com.h +++ b/i386/i386at/com.h @@ -33,7 +33,7 @@ */ extern void fix_modem_state(int unit, int modem_stat); -extern void comtimer(void); +extern void comtimer(void * param); /* * Modem change (input signals) |