CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/01 22:39:04
Modified files:
sys/arch/aviion/dev: nvram.c
sys/arch/mvme68k/dev: nvram.c
Log message:
Use time_t for storing and returning time_t values, and cast to time_t
before the last multiplication that might take it past 2^31 secounds.
ok deraadt@ miod@
