CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2024/04/28 10:43:15
Modified files: bin/date : date.c bin/ksh : lex.c bin/pax : sel_subs.c bin/ps : print.c Log message: gmtime(3) / locatime(3) can fail when timestamps are way off. Add missing error checks to all calls under bin/ Input & OK millert