NetBSD/usr.bin/ftp
lukem 9f5bda2e21 * consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c)
* remove explicit extern int h_errno; it's in <netdb.h>
* add <termios.h> back to util.c; it contains struct winsize on some systems
1999-09-29 00:44:01 +00:00
..
Makefile * replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN; 1999-09-26 02:00:12 +00:00
cmds.c * add new commands: 1999-09-28 06:47:38 +00:00
cmdtab.c * add new commands: 1999-09-28 06:47:38 +00:00
complete.c * add new commands: 1999-09-28 06:47:38 +00:00
domacro.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
extern.h * add new commands: 1999-09-28 06:47:38 +00:00
fetch.c * consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c) 1999-09-29 00:44:01 +00:00
ftp.1 * add new commands: 1999-09-28 06:47:38 +00:00
ftp.c * consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c) 1999-09-29 00:44:01 +00:00
ftp_var.h * add support for `xferbuf', which sets both `sndbuf' and `rcvbuf' 1999-09-22 07:18:31 +00:00
main.c * add new commands: 1999-09-28 06:47:38 +00:00
pathnames.h
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c * consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c) 1999-09-29 00:44:01 +00:00