commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 8110904381e06d9c0216db626d287ad6


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 8110904381e06d9c0216db626d287ad6d8f0dcf8
Date: Tue, 30 Aug 2011 21:15:48 +0000

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  8110904381e06d9c0216db626d287ad6d8f0dcf8 (commit)
      from  2f048b588ac972347a7acaf65d0c91680c4e1c27 (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 8110904381e06d9c0216db626d287ad6d8f0dcf8
Author: Samuel Thibault <address@hidden>
Date:   Tue Aug 30 23:08:59 2011 +0200

    Console declaration cleanup
    
    * device/cons.h: Add multiple inclusion _DEVICE_CONS_H macro protector.
    (struct consdev): Add function members prototypes.
    * i386/i386/xen.h: Include <mach/xen.h>.
    * i386/i386at/com.c (comcnprobe, comcninit, comcngetc, comcnputc): Move
    prototypes...
    * i386/i386at/com.h: ... here.  Include <device/cons.h>.
    * i386/i386at/cons_conf.c [MACH_HYP]: Include <xen/console.h>.
    [!MACH_HYP]: Include "kd.h".
    [!MACH_HYP && NCOM > 0]: Include "com.h".
    (hypcnprobe, hypcninit, hypcngetc, hypcnputc, kdcnprobe, kdcninit, kdcngetc,
    kdcnputc comcnprobe, comcninit, comcngetc, comcnputc): Remove prototypes.
    * i386/i386at/kd.c (kdcnputc): Make it return int, -1 on error, 0 on
    success.
    (kdcnprobe, kdcninit, kdcngetc, kdcnputc): Move prototypes...
    * i386/i386at/kd.h: ... here.  Include <device/cons.h>.
    * xen/console.c (hypcnprobe): Remove unused `my_console' local variable.
    * xen/console.h: Include <device/cons.h>
    (hypcnputc, hypcngetc, hypcnprobe, hypcninit): Add prototypes.

-----------------------------------------------------------------------

Summary of changes:
 device/cons.h           |   11 +++++++----
 i386/i386/xen.h         |    1 +
 i386/i386at/com.c       |    4 ----
 i386/i386at/com.h       |    6 ++++++
 i386/i386at/cons_conf.c |    6 +++---
 i386/i386at/kd.c        |   10 ++++------
 i386/i386at/kd.h        |    5 +++++
 xen/console.c           |    3 ---
 xen/console.h           |    7 +++++++
 9 files changed, 33 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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