Fix this to build on alpha. Build test successful.

Suggested fix from:	tjr
This commit is contained in:
Sean Kelly 2003-06-27 08:35:05 +00:00
parent 3eaffdf7e0
commit 6cda41555b

View File

@ -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();