> /build/netbsd-local/src/usr.bin/netstat/if.c:594: warning: format '%10llu' > expects type 'long long unsigned int', but argument 2 has type 'u_quad_t' I saw that too. I think u_quad_t is PRI[ux]64, because it's just an alias of uint64_t according to sys/types.h. Masao