NetBSD/libexec/ftpd
cjs fedfe5c4d3 %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.
1997-06-21 18:01:35 +00:00
..
Makefile - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
conf.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
extern.h - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
ftpcmd.y - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
ftpd.8 * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
ftpd.c %qd wants long long. Thus, if you're going to turn on warnings for 1997-06-21 18:01:35 +00:00
logwtmp.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
pathnames.h * implement /etc/ftpd.conf, which adds support for the following features, 1997-06-14 08:43:26 +00:00
popen.c - Pass gcc -Wall 1997-06-18 19:05:46 +00:00