Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
cjs
Sat Jun 21 11:01:39 PDT 1997
Update of /a/cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv18611
Modified Files:
ftpd.c
Log Message:
%qd wants long long. Thus, if you're going to turn on warnings for
printf format strings, you've got to make sure you cast quantities
passed to %qd to long long because on 64-bit machines they're often
just long, which is not the same, even when it's the same size.
Home |
Main Index |
Thread Index |
Old Index