CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/11/27 06:32:02
Modified files:
bin/date : date.c
games/backgammon/common_source: subs.c
games/morse : morse.c
usr.bin/from : from.c
usr.bin/lastcomm: lastcomm.c
usr.bin/logger : logger.c
usr.bin/ruptime: ruptime.c
usr.bin/rwho : rwho.c
usr.bin/tcopy : tcopy.c
usr.bin/tr : tr.c
usr.bin/tty : tty.c
usr.bin/unvis : unvis.c
usr.bin/vis : vis.c
usr.bin/wc : wc.c
usr.bin/xinstall: xinstall.c
usr.sbin/dev_mkdb: dev_mkdb.c
usr.sbin/kgmon : kgmon.c
usr.sbin/mtree : mtree.c
Log message:
remove erroneous char cast to switch expression processing getopt(3);
not used in any cases.
ok deraadt@, guenther@, millert@