Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure - netstat/if.c



> /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


Home | Main Index | Thread Index | Old Index