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 e6fec85fbd4ef5b54353c4b4eda2b4f2b5484a26 (commit) from 248d0c7a784f33c7a682cee038ebcaf33af7cb36 (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 e6fec85fbd4ef5b54353c4b4eda2b4f2b5484a26 Author: Flavio Cruz <flavioc...@gmail.com> Date: Fri Jan 27 01:41:02 2023 -0500 Change i386 RPC subsystem to include descriptor instead of real_descriptor This should avoid issues with glibc and hurd as introduced in https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=b379d5afdf65cce11426ab0349a3778b3fd632f5 since we are changing the types of the parameters when implementing the RPCs to match the previous declaration using `struct descriptor`. Message-Id: <Y9Nx/qcrtvrux...@jupiter.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: i386/i386/seg.h | 33 +++++++++++++++++++++++++- i386/i386/user_ldt.c | 18 ++++++++------ i386/include/mach/i386/mach_i386.defs | 11 ++++----- i386/include/mach/i386/mach_i386_types.h | 40 ++++---------------------------- 4 files changed, 51 insertions(+), 51 deletions(-) hooks/post-receive -- GNU Mach