aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index 64f0b0e3e5fd..fdc59054ba81 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -790,7 +790,7 @@ static void
watchdog_fire(void)
{
int nintr;
- u_int64_t inttotal;
+ uint64_t inttotal;
u_long *curintr;
char *curname;