CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/19 23:22:02
Modified files:
usr.bin/telnet : commands.c externs.h main.c network.c sys_bsd.c
telnet_locl.h utilities.c
Log message:
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
