CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/01/08 20:07:52
Modified files: bin/ls : print.c Log message: Per POSIX, times in the future should be reported with the year like files more than six months old. Use strftime() directly instead of breaking down the ctime() output on character positions. ok millert@