Simplify #includes, start pushing them into the .c files, eliminate
authorguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 05:22:02 +0000 (05:22 +0000)
committerguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 05:22:02 +0000 (05:22 +0000)
commit58f11bc71f0c2cd02e8fc9296906a4176455a4fc
tree661f7be636dca7c4800c9ea237b352a1e339ed6b
parente60dbc9be514d8a1af88d86f6714e3f429a5aea1
Simplify #includes, start pushing them into the .c files, eliminate
extern declarations from .c files that duplicate those in .h files,
start marking functions with __dead
usr.bin/telnet/commands.c
usr.bin/telnet/externs.h
usr.bin/telnet/main.c
usr.bin/telnet/network.c
usr.bin/telnet/sys_bsd.c
usr.bin/telnet/telnet_locl.h
usr.bin/telnet/utilities.c