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.4-498-g8214da0


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-498-g8214da0
Date: Tue, 09 Dec 2014 08:32:21 +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  8214da0d2e0e6f01b17c9d1dc1608f0ec3cf3be4 (commit)
      from  be05086a4b9de42ba7c596905e8980d8713eae49 (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 8214da0d2e0e6f01b17c9d1dc1608f0ec3cf3be4
Author: Justus Winter <address@hidden>
Date:   Sat Dec 6 11:59:32 2014 +0100

    Retire procedure `old_mach_port_get_receive_status'
    
    Retire the compatibility RPC `old_mach_port_get_receive_status' that
    works like `mach_port_get_receive_status' but returns an
    `old_mach_port_status' object that lacks the `mps_seqno' field.
    
    Do not remove the type yet, so we do not break anyones build.  The RPC
    stubs currently distributed with the glibc require it.
    
    * include/mach/mach_port.defs (old_mach_port_get_receive_status): Drop RPC.
    * include/mach/mach_types.defs (old_mach_port_status_t): Drop type.
    * include/mach/port.h (old_mach_port_status_t): Add note to remove
    this for the 1.6 release.
    * ipc/mach_port.c (old_mach_port_get_receive_status): Drop function.

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

Summary of changes:
 include/mach/mach_port.defs  |    9 +--------
 include/mach/mach_types.defs |    2 --
 include/mach/port.h          |    2 ++
 ipc/mach_port.c              |   40 ----------------------------------------
 4 files changed, 3 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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