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 2029728ed6d2a88350be945a892d325aebc2eb8d (commit) from fc6bcf785b702e7e8a675ea0fe9856cc1b24b8f6 (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 2029728ed6d2a88350be945a892d325aebc2eb8d Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Jan 17 23:56:04 2023 -0500 Include mig generated headers to avoid warnings with -Wmissing-prototypes. This also reverts 566c227636481b246d928772ebeaacbc7c37145b and 963b1794d7117064cee8ab5638b329db51dad854 Message-Id: <y8d75ksqnl4ff...@mercury.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 3 -- ddb/db_aout.c | 2 +- ddb/db_ext_symtab.c | 4 +- ddb/db_sym.c | 4 +- ddb/db_sym.h | 6 +-- ipc/mach_debug.c | 2 +- ipc/mach_port.c | 1 + ipc/mach_port.h | 132 ----------------------------------------------- kern/bootstrap.c | 2 +- kern/host.c | 2 +- kern/ipc_host.c | 2 +- kern/ipc_mig.c | 2 +- kern/ipc_tt.c | 5 +- kern/mach4.h | 66 ------------------------ kern/mach_debug.h | 113 ---------------------------------------- kern/mach_host.h | 86 ------------------------------ kern/machine.c | 2 +- kern/pc_sample.c | 8 +-- kern/slab.c | 1 + kern/syscall_emulation.c | 1 + kern/syscall_sw.c | 2 +- kern/task.c | 3 ++ kern/thread.c | 6 +-- vm/memory_object.c | 4 +- vm/vm_debug.c | 2 +- vm/vm_map.c | 1 + vm/vm_object.c | 1 + vm/vm_user.c | 4 +- 28 files changed, 40 insertions(+), 427 deletions(-) delete mode 100644 kern/mach4.h delete mode 100644 kern/mach_debug.h delete mode 100644 kern/mach_host.h hooks/post-receive -- GNU Mach