Fix this to build on alpha. Build test successful.
Suggested fix from: tjr
This commit is contained in:
parent
3eaffdf7e0
commit
6cda41555b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user