CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/10/28 01:22:59
Modified files: usr.bin/basename: basename.c usr.bin/cmp : cmp.c usr.bin/csplit : csplit.c usr.bin/dirname: dirname.c usr.bin/env : env.c usr.bin/getconf: getconf.c usr.bin/nice : nice.c usr.bin/tee : tee.c usr.bin/uname : uname.c usr.bin/which : which.c Log message: Delete some useless setlocale(3) calls in /usr/bin, no functional change. Patches from Jan Stary <hans at stare dot cz>, tweaked by me and tb@. While here, apply some simple style improvements: Sort headers, static void __dead usage(), return from main(), zap case '?', drop /* NOTREACHED */, drop break after usage(), ... OK tb@ millert@