Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/21/1997 18:10:04
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.