cvs commit: src/usr.bin/chat chat.c
Chris Pressey
cpressey at crater.dragonflybsd.org
Fri Dec 31 13:17:10 PST 2004
cpressey 2004/12/31 13:16:09 PST
DragonFly src repository
Modified files:
usr.bin/chat chat.c
Log:
Merge with FreeBSD revision 1.20 (markm):
"Big cleanup. Remove unused stuff, make closer to style(9).
OK'ed by: peter (long time ago)"
In detail:
- Reorder #includes.
- Assume stdarg.h, remove __V() macro.
- Assume TERMIOS, remove TERMIO code.
- Remove SUNOS-specific, SOL2-specific, and ultrix-specific code.
- Remove unused code.
- Remove `register' keywords.
- Add `__unused' to unused function parameters.
- Reduce warnings.
Revision Changes Path
1.8 +72 -159 src/usr.bin/chat/chat.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/chat/chat.c.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list