NetBSD/libexec/ftpd
kleink 66105c37fc Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
use SEEK_SET/SEEK_CUR/SEEK_END instead.
1997-08-25 19:31:43 +00:00
..
Makefile Add WARNS=1 1997-07-01 20:49:59 +00:00
conf.c * don't depend upon buffer returned by fgetln() to remain. fix mainly 1997-08-14 02:06:15 +00:00
extern.h - Pass gcc -Wall 1997-06-18 19:05:46 +00:00
ftpcmd.y Add missing braces. `check_modify' returns 0 without a reply. See PR #3779. 1997-06-24 08:49:27 +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 Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, 1997-08-25 19:31:43 +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