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 fc713515896de6dbbbcc61a8be54589bc657aefd (commit) from 2926f6f92dab25ba19c3e758931e6b3e34db1891 (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 fc713515896de6dbbbcc61a8be54589bc657aefd Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Mar 31 23:39:20 2020 +0200 Fix build with -fno-common which will be the default in gcc-10. * device/io_req.h (io_inband_cache): Add extern qualifier. * device/tty.h (tthiwat, ttlowat): Likewise. * i386/i386/db_machdep.h (ddb_regs): Likewise. * kern/cpu_number.h (master_cpu): Likewise. * kern/time_stamp.h (ts_tick_count): Likewise. * linux/src/drivers/scsi/in2000.h (proc_scsi_in2000): Likewise. * device/ds_routines.c (io_inband_cache): New variable. * i386/i386/db_interface.c (ddb_regs): Likewise. * kern/processor.c (master_cpu): Likewise. * kern/time_stamp.c (ts_tick_count): Likewise. * linux/pcmcia-cs/modules/pci_fixup.c (pci_root): Remove variable. ----------------------------------------------------------------------- Summary of changes: device/ds_routines.c | 1 + device/io_req.h | 2 +- device/tty.h | 2 +- i386/i386/db_interface.c | 2 ++ i386/i386/db_machdep.h | 2 +- kern/cpu_number.h | 2 +- kern/processor.c | 2 ++ kern/time_stamp.c | 2 ++ kern/time_stamp.h | 2 +- linux/pcmcia-cs/modules/pci_fixup.c | 2 +- linux/src/drivers/scsi/in2000.h | 2 +- 11 files changed, 14 insertions(+), 7 deletions(-) hooks/post-receive -- GNU Mach