Remove void casts of function return values. Remove empty lines for missing
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 8 Sep 2004 03:01:11 +0000 (03:01 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 8 Sep 2004 03:01:11 +0000 (03:01 +0000)
commit16c73017a4ca3d9642d8c3744560bc15fbcfc25f
treee6c07df138fe0a6bed32d2a543a3feb41c5b1b8e
parent65e742742ba553f75ecfa3f5e6ce43a02edfb5fe
Remove void casts of function return values. Remove empty lines for missing
local variables.

Side note: Find the guy who introduced (void)free(nbuf) and shoot him.
19 files changed:
usr.bin/mail/aux.c
usr.bin/mail/cmd1.c
usr.bin/mail/cmd2.c
usr.bin/mail/cmd3.c
usr.bin/mail/collect.c
usr.bin/mail/def.h
usr.bin/mail/edit.c
usr.bin/mail/fio.c
usr.bin/mail/head.c
usr.bin/mail/lex.c
usr.bin/mail/list.c
usr.bin/mail/main.c
usr.bin/mail/names.c
usr.bin/mail/popen.c
usr.bin/mail/quit.c
usr.bin/mail/send.c
usr.bin/mail/tty.c
usr.bin/mail/v7.local.c
usr.bin/mail/vars.c