CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/19 07:19:25
Modified files:
usr.bin/xargs : xargs.1 xargs.c
Log message:
Delete support for LC_MESSAGES which we shall never implement.
This nicely simplifies the code, deleting three header inclusions
and calls to various complicated library functions.
Dead code reported by Jan Stary <hans at stare dot cz>.
Garbage collect pointless (void) casts and a .Tn macro while here.
Tweaks and OK martijn@, OK millert@ and kn@ on an earlier version.