CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/08/30 13:56:08
Modified files: usr.bin/at : at.c Log message: Same fix as 'touch': with the -t option, when the year is specified but the century isn't, the century is 1900 if year >= 69; otherwise it's 2000. (With 32bit time_t, this does't affect any working usage.) ok millert@