Add back ``-r'' option and fix strncpy() usage and other nits because
authormillert <millert@openbsd.org>
Mon, 3 Feb 1997 01:05:31 +0000 (01:05 +0000)
committermillert <millert@openbsd.org>
Mon, 3 Feb 1997 01:05:31 +0000 (01:05 +0000)
commitc74a11ce19fd43beac8bc9daae77010624f4b868
treedf0c422d690c7279f8f852e7a28bc1921cfe6412
parent06acd2303950d356c512f37c0a748101d38d80ec
Add back ``-r'' option and fix strncpy() usage and other nits because
I'm anal.  Closer to KNF now.
16 files changed:
usr.bin/ftp/Makefile
usr.bin/ftp/cmds.c
usr.bin/ftp/cmdtab.c
usr.bin/ftp/complete.c
usr.bin/ftp/domacro.c
usr.bin/ftp/extern.h
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.1
usr.bin/ftp/ftp.c
usr.bin/ftp/ftp_var.h
usr.bin/ftp/main.c
usr.bin/ftp/pathnames.h
usr.bin/ftp/ruserpass.c
usr.bin/ftp/stringlist.c [new file with mode: 0644]
usr.bin/ftp/stringlist.h [new file with mode: 0644]
usr.bin/ftp/util.c