summaryrefslogtreecommitdiff
path: root/i386/i386at/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/rtc.h')
-rw-r--r--i386/i386at/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/rtc.h b/i386/i386at/rtc.h
index 97eabe95..53797221 100644
--- a/i386/i386at/rtc.h
+++ b/i386/i386at/rtc.h
@@ -137,7 +137,7 @@ struct rtc_st {
} \
}
-extern int readtodc(u_int *tp);
+extern int readtodc(uint64_t *tp);
extern int writetodc(void);
#endif /* _RTC_H_ */