CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/02/25 19:07:03
Modified files: sys/arch/sh/sh : clock.c sys/arch/alpha/alpha: clock.c Log message: Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't need to ignore the hardware clock when it reports a year > 2037. Irony noted. both ok millert, alpha ok deraadt