CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2016/10/31 11:22:07

Modified files:
        usr.bin/at     : at.c 

Log message:
Delete setlocale(LC_TIME, "").
The only place where this could potentially get used was the
strftime(3) for fprintf(3) "job %s at %s\n" to stderr.  We don't
want base system utilities to talk to users in foreign languages.
No functional change on OpenBSD which doesn't provide any non-standard
LC_TIME locale anyway.
Patch from Jan Stary <hans at stare dot cz>.
In main(), exit -> return while here.
OK millert@

Reply via email to