This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via 970e7cd16afb136b256479e2ca0723d74e8bb6e1 (commit) from 28b53508aa4cd06933fa1bcbbaa791ad12ecbf51 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 970e7cd16afb136b256479e2ca0723d74e8bb6e1 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Mar 9 22:01:33 2020 +0100 Set readtodc parameter 64bit In order to fix year 2038 limit. * i386/i386at/rtc.h (readtodc): Make tp parameter uint64_t *. * i386/i386at/rtc.c (readtodc): Likewise. * xen/time.c (readtodc): Likewise. * i386/i386at/model_dep.c (inittodr): Pass uint64_t pointer to readtodc. ----------------------------------------------------------------------- Summary of changes: i386/i386at/model_dep.c | 6 +++--- i386/i386at/rtc.c | 2 +- i386/i386at/rtc.h | 2 +- xen/time.c | 7 ++----- 4 files changed, 7 insertions(+), 10 deletions(-) hooks/post-receive -- GNU Mach