summaryrefslogtreecommitdiffstats
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 53729d2..d0558cd 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -552,7 +552,7 @@ watchdog_fire(void)
curname += strlen(curname) + 1;
inttotal += *curintr++;
}
- printf("Total %20llu\n", inttotal);
+ printf("Total %20ju\n", (uintmax_t)inttotal);
#ifdef DDB
db_print_backtrace();
OpenPOWER on IntegriCloud