commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-176-gfc71351


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-176-gfc71351
Date: Tue, 31 Mar 2020 17:42:01 -0400 (EDT)

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]