yar 2004-11-02 18:48:44 UTC
FreeBSD src repository
Modified files:
libexec/ftpd ftpd.c
Log:
Replace the last occurence of (long long) and %qd with
(intmax_t) and %jd, which is the right way to printf
an off_t in the presence of <stdint.h>.
Submitted by: Nick Leuta
Revision Changes Path
1.174 +2 -2 src/libexec/ftpd/ftpd.c