Cleanup:
authorSascha Wildner <swildner@dragonflybsd.org>
Mon, 5 Sep 2005 04:02:43 +0000 (04:02 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Mon, 5 Sep 2005 04:02:43 +0000 (04:02 +0000)
commitc5a5e86f1663e6c979cee7b8e7c9fc00ed8e5975
tree7a1285ac69396fd55458b5e1a1c1c8453b2a6af1
parent227390af191f5b8226c9fed24407a8d0a48c2a4a
Cleanup:

* Remove unnecessary casts to void and caddr_t.

* Remove hack to suppress GCC warnings (there aren't any warnings,
  anyway).

* Remove double CVS tags.

* Remove extra newline at top of function bodies.
13 files changed:
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/util.c