CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/19 11:28:07
Modified files:
usr.bin/cvs : date.y
usr.bin/rcs : date.y
usr.sbin/eeprom: getdate.y
gnu/usr.bin/cvs/lib: getdate.y
Log message:
Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).
Adding more powerful checking is too difficult. We'll fix this problem
by moving to 64-bit time_t.. and once we do, we don't want this code to
falsely trigger.
ok millert
