mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix this to build on alpha. Build test successful.
Suggested fix from: tjr
This commit is contained in:
parent
3eaffdf7e0
commit
6cda41555b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue