* domacro.c: Compiler warning cleanups and fix the overflow fix to
authorEzra Peisach <epeisach@mit.edu>
Thu, 17 Aug 2000 16:01:38 +0000 (16:01 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 17 Aug 2000 16:01:38 +0000 (16:01 +0000)
commita0dc06a1445684068eed4088712554847428e622
treea02d399f0ff56d5cbe5fe4580618608877e9f480
parentf4fca22706304b38b67c53f1fb48d4c2d0ce58f3
* domacro.c: Compiler warning cleanups and fix the overflow fix to
index the proper array.

* cmds.c, cmdtab.c, ftp.c, ftp_var.h, getpass.c, glob.c, main.c,
radix.c, ruserpass.c, secure.c, secure.h: Compiler warning
cleanups including providing prototypes, cleanup of assignments in
conditionals, including unistd.h and stdlib.h (if present),
declaring local functions as static.

* Makefile.in: Do not compile pclose.c - the code is not used.

About 600 warnings down....

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12622 dc483132-0cff-0310-8789-dd5450dbe970
14 files changed:
src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/Makefile.in
src/appl/gssftp/ftp/cmds.c
src/appl/gssftp/ftp/cmdtab.c
src/appl/gssftp/ftp/domacro.c
src/appl/gssftp/ftp/ftp.c
src/appl/gssftp/ftp/ftp_var.h
src/appl/gssftp/ftp/getpass.c
src/appl/gssftp/ftp/glob.c
src/appl/gssftp/ftp/main.c
src/appl/gssftp/ftp/radix.c
src/appl/gssftp/ftp/ruserpass.c
src/appl/gssftp/ftp/secure.c
src/appl/gssftp/ftp/secure.h