freebsd-skq/libexec/ftpd
ache 858507dd20 long -> off_t
long -> time_t
%ld -> %qd
fseek -> fseeko

NOTE: that fseek not works for >long offsets per POSIX:

[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
2001-09-02 14:18:28 +00:00
..
config.h Portability configuration data for LukeM ftpd. 2001-07-19 17:45:14 +00:00
extern.h Remove S/Key. PAM can do its job. Well, not quite - there is an issue 2001-07-09 17:46:24 +00:00
ftpcmd.y Add a new option, '-o', for "Write-only". Disables the RETR command, 2001-08-28 11:59:21 +00:00
ftpd.8 Add a new option, '-o', for "Write-only". Disables the RETR command, 2001-08-28 11:59:21 +00:00
ftpd.c long -> off_t 2001-09-02 14:18:28 +00:00
logwtmp.c another tcp apps IPv6 updates.(should be make world safe) 2000-01-27 09:28:38 +00:00
Makefile Remove S/Key. PAM can do its job. Well, not quite - there is an issue 2001-07-09 17:46:24 +00:00
pathnames.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
popen.c Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible 2001-07-29 00:52:37 +00:00