Include signal.h where reasonable and make signal handlers match
authormillert <millert@openbsd.org>
Wed, 5 Feb 1997 04:55:12 +0000 (04:55 +0000)
committermillert <millert@openbsd.org>
Wed, 5 Feb 1997 04:55:12 +0000 (04:55 +0000)
commitdb98d155d69911c00fb5fb2219dfb9ed847ff05d
treed07f73c1294cff46f12066b1f79b4c4c129ccd6d
parent4221400c1d14acb855396636a627d051a4fdfbd2
Include signal.h where reasonable and make signal handlers match
what signal(3)'s prototype says (and cast when not).
Also change MAXFOO+1 -> MAXFOO since MAXFOO includes the NULL.
Support $TMPDIR and use utime(3) not utimes(2) for portability's sake.
Don't spew "Passive mode enabled/disabled" unless verbose (this means
togglevar() needs to watch for a NULL 'message').
usr.bin/ftp/cmds.c
usr.bin/ftp/complete.c
usr.bin/ftp/extern.h
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.c
usr.bin/ftp/main.c
usr.bin/ftp/util.c