cvs commit: src/contrib/pf/pfctl pfctl_parser.c

Dag-Erling Smørgrav des at des.no
Fri Jun 18 06:09:46 PDT 2004


Max Laier <mlaier at FreeBSD.org> writes:
>   Log:
>   Fix printing of u_int64_t with a cast to unsigned long long.

The correct fix is to cast it to uintmax_t and print it with %ju.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list