CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/10/19 12:20:26
Modified files: bin/cat : cat.c bin/chmod : chmod.c bin/date : date.c bin/expr : expr.c bin/mkdir : mkdir.c bin/rmdir : rmdir.c Log message: Delete useless setlocale(3) in src/bin/. Minor cleanup while here: return from main, static void __dead usage, etc. Based on a patch from Jan Stary <hans at stare dot cz>. Feedback and OK tb@, OK millert@.