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 43572e94214186d6094407ec51815434ddd3e256 (commit) from c7c51ea1940ccb558ac52b08d294f33d17088842 (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 43572e94214186d6094407ec51815434ddd3e256 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Dec 1 00:37:44 2020 +0100 gsync: Use vm_address_t instead of vm_offset_t vm_offset_t are offsets inside memory objects, not actual addresses. * include/mach/gnumach.defs (gsync_wait, gsync_wake, gsync_requeue): Use vm_address_t instead of vm_offset_t. ----------------------------------------------------------------------- Summary of changes: include/mach/gnumach.defs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- GNU Mach