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 448889a4f0c32ba8ea61f870d4edcb0e0d58af85 (commit) from 28ac48ba2371ad6f76f263e56dcf0090fe0d6087 (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 448889a4f0c32ba8ea61f870d4edcb0e0d58af85 Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Dec 20 20:01:02 2022 -0500 Use -Wstrict-prototypes and fix warnings Most of the changes include defining and using proper function type declarations (with argument types declared) and avoiding using the K&R style of function declarations. Message-Id: <Y6Jazsuis1QA0lXI@mars> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- chips/busses.h | 6 +++--- device/blkio.c | 44 ------------------------------------------- device/buf.h | 6 ------ device/conf.h | 12 +++++++----- device/dev_hdr.h | 4 +++- device/dev_lookup.c | 12 ++++-------- device/dev_name.c | 9 +++++++-- device/net_io.c | 2 +- device/net_io.h | 4 +++- gensym.awk | 2 +- i386/i386/ipl.h | 4 +++- i386/i386/pcb.c | 2 +- i386/i386/pcb.h | 2 +- i386/i386at/com.c | 2 +- i386/i386at/conf.c | 48 +++++++++++++++++++++++------------------------ i386/i386at/ioapic.c | 6 +++--- i386/i386at/kd.c | 41 +++++++++++++++++----------------------- i386/i386at/kd_mouse.c | 2 +- i386/i386at/kdsoft.h | 13 ++++++------- include/mach/error.h | 2 -- include/mach/mig_errors.h | 2 +- ipc/ipc_mqueue.c | 4 ++-- ipc/ipc_mqueue.h | 2 +- ipc/mach_msg.c | 10 +++++----- kern/exception.c | 5 ++--- kern/ipc_mig.c | 5 +---- kern/syscall_sw.h | 8 +++++--- vm/memory_object.c | 6 +++--- vm/vm_debug.c | 6 ++---- vm/vm_fault.c | 18 +++++++++--------- vm/vm_fault.h | 7 +++++-- vm/vm_kern.c | 2 +- vm/vm_map.c | 14 ++++++-------- vm/vm_map.h | 14 +++++++++----- vm/vm_user.c | 11 +++++------ 36 files changed, 144 insertions(+), 195 deletions(-) hooks/post-receive -- GNU Mach