summaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/model_dep.c')
-rw-r--r--i386/i386at/model_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index d020c92..b208cb2 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -445,7 +445,7 @@ inittodr(void)
new_time.seconds = 0;
new_time.microseconds = 0;
- (void) readtodc(&new_time.seconds);
+ (void) readtodc((u_int *)&new_time.seconds);
{
spl_t s = splhigh();