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 "Hurd".

The branch, master has been updated
       via  93575d60b1db3f32f10211a9ca633e3296d7f013 (commit)
      from  793b5905770acb2af34f6b10b2a9ed49cb477834 (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 93575d60b1db3f32f10211a9ca633e3296d7f013
Author: Samuel Thibault <[email protected]>
Date:   Sun Nov 27 17:48:22 2016 +0100

    libports: fix using ports.h in C++
    
    class is a reserved keyword, event when imported inside extern "C" { }
    
    * libports/ports.h (port_info) [__cplusplus]: Rename `class' field to
    `port_class'.
    (ports_create_port, ports_create_port_noinstall, ports_import_port,
    ports_lookup_port, ports_lookup_payload, ports_count_class,
    ports_enable_class, ports_class_iterate, _ports_bucket_class_iterate,
    ports_inhibit_class_rpcs, ports_resume_class_rpcs): Rename `class'
    parameter to `port_class'.
    [!__cplusplus] (ports_lookup_payload, ports_payload_get_name): Do not
    define extern inlines.

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

Summary of changes:
 libports/ports.h |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to