CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/05/11 07:25:32
Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: arm32_machdep.c sys/arch/arm64/arm64: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mips64/mips64: mips64_machdep.c sys/arch/sparc64/sparc64: machdep.c Log message: Initialize the timeval passed to todr_gettime() with the base time from the file system such that implementations can use it to guess the right century. ok mpi@