Add explicit cast to fix mips and powerpc build after r299090

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2016-05-05 15:21:33 +00:00
parent a846752fb2
commit d0cc83784b

View File

@ -1026,7 +1026,7 @@ main(int argc, char **argv)
printf("sizeof(struct unr) %zu\n", sizeof(struct unr));
printf("sizeof(struct unrb) %zu\n", sizeof(struct unrb));
printf("sizeof(struct unrhdr) %zu\n", sizeof(struct unrhdr));
printf("NBITS %lu\n", NBITS);
printf("NBITS %lu\n", (unsigned long)NBITS);
x = 1;
for (m = 0; m < count * reps; m++) {
j = random();