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 963b1794d7117064cee8ab5638b329db51dad854 (commit)
from d5e5dd3401ea0d0475aa830c2171be5b8a72f4fa (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 963b1794d7117064cee8ab5638b329db51dad854
Author: Flavio Cruz <[email protected]>
Date: Tue Jan 10 01:00:37 2023 -0500
Preemptively fix warnings that will be caused by -Wmissing-prototypes
Declared RPCs in ipc/mach_port.c and ddb/db_ext_symtab.c in their
corresponding headers.
Ideally these should be used by mig instead of mig declaring its own
prototypes.
Message-Id: <Y7z/[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefrag.am | 1 +
ddb/db_ext_symtab.c | 1 +
ipc/mach_port.c | 1 -
ipc/mach_port.h | 103 +++++++++++++++++++++++++++++++++-
util/byteorder.h => kern/mach_debug.h | 26 ++++++---
5 files changed, 119 insertions(+), 13 deletions(-)
copy util/byteorder.h => kern/mach_debug.h (61%)
hooks/post-receive
--
GNU Mach