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  8015e7817b505d15845c33f13c24ad55c561c8df (commit)
      from  14a29498dfee39e72443ff0e6f463be7f3bfd4ec (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 8015e7817b505d15845c33f13c24ad55c561c8df
Author: David Höppner <[email protected]>
Date:   Tue Jan 1 09:12:37 2013 +0000

    Fix compilation warning implicit function declaration kdbprintf
    
    When kernel debugger support is requested ipc and vm need
    the prototype for the debugger function kdbprintf.
    
    * ddb/db_output.h: Add prototype for kdbprintf.
    * ipc/ipc_object.c: Add include file ddb/db_output.h
    * ipc/ipc_port.c: Likewise.
    * ipc/ipc_pset.c: Likewise.
    * vm/vm_map.c: Likewise.
    * vm/vm_object.c: Likewise.
    * vm/vm_resident.c: Likewise.

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

Summary of changes:
 ddb/db_output.h  |    6 +++---
 ipc/ipc_object.c |    5 +++++
 ipc/ipc_port.c   |    3 +++
 ipc/ipc_pset.c   |    4 ++++
 vm/vm_map.c      |    5 +++++
 vm/vm_object.c   |    4 ++++
 vm/vm_resident.c |    5 +++++
 7 files changed, 29 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Mach

Reply via email to