CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/08/29 20:07:11
Modified files: usr.bin/touch : touch.c Log message: Make the code match the manpage and POSIX spec when the year is specified but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@