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 c925ed9fd3bf4d4fb8a3e6306cda19040cd54627 (commit) from 2a7263559572f178322451a6a1e0a43dc90cdb32 (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 c925ed9fd3bf4d4fb8a3e6306cda19040cd54627 Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Dec 6 00:33:41 2022 -0500 Define vm_size_t and vm_offset_t as __mach_uintptr_t. This allows *printf to use %zd/%zu/%zx to print vm_size_t and vm_offset_t. Warnings using the incorrect specifiers were fixed. Note that MACH_PORT_NULL became just 0 because GCC thinks that we were comparing a pointer to a character (due to it being an unsigned int) so I removed the explicit cast. Message-Id: <Y47UNdcUF35Ag4Vw@reue> ----------------------------------------------------------------------- Summary of changes: device/ds_routines.c | 2 +- i386/i386/io_map.c | 2 +- i386/i386at/autoconf.c | 2 +- i386/i386at/com.c | 8 ++++---- i386/i386at/lpr.c | 2 +- i386/include/mach/i386/vm_types.h | 4 ++-- i386/intel/pmap.c | 6 +++--- include/mach/port.h | 2 +- kern/ipc_kobject.c | 2 +- vm/vm_fault.c | 2 +- vm/vm_map.c | 8 ++++---- 11 files changed, 20 insertions(+), 20 deletions(-) hooks/post-receive -- GNU Mach