commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 952932ffe39658a19034932ff8a714c5


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 952932ffe39658a19034932ff8a714c52ce772a1
Date: Wed, 17 Jul 2013 22:09:32 +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  952932ffe39658a19034932ff8a714c52ce772a1 (commit)
      from  91f9da20ad9da24c13b2b87b14752c865454744b (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 952932ffe39658a19034932ff8a714c52ce772a1
Author: Marin Ramesa <address@hidden>
Date:   Wed Jul 10 13:14:27 2013 +0200

    ipc: organize ipc print function prototypes
    
    * ipc/ipc_print.h: New file.
    [MACH_KDB] Include <mach/mach_types.h>.
    [MACH_KDB] Include <mach/message.h>.
    [MACH_KDB] Include <ipc/ipc_types.h>.
    (ipc_port_print): Add prototype.
    (ipc_pset_print): Likewise.
    (ipc_kmsg_print): Likewise.
    (ipc_msg_print): Likewise.
    * ipc/ipc_port.h (ipc_port_print): Remove prototype.
    * ipc/ipc_port.c [MACH_KDB]: Include <ipc/ipc_print.h>.
    * ipc/ipc_pset.h (ipc_pset_print): Remove prototype.
    * ipc/ipc_pset.c [MACH_KDB]: Include <ipc/ipc_print.h>.
    * ipc/ipc_kmsg.c [MACH_KDB]: Include <ipc/ipc_print.h>.

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

Summary of changes:
 ipc/ipc_kmsg.c  |    1 +
 ipc/ipc_port.c  |    1 +
 ipc/ipc_port.h  |    3 ---
 ipc/ipc_print.h |   20 ++++++++++++++++++++
 ipc/ipc_pset.c  |    1 +
 ipc/ipc_pset.h  |    3 ---
 6 files changed, 23 insertions(+), 6 deletions(-)
 create mode 100644 ipc/ipc_print.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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