Re: [PATCH mig] Use designated initializers for mach_msg_type_t and mach_msg_type_long_t.

2023-03-07 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 07 mars 2023 01:57:56 -0500, a ecrit: > --- > utils.c | 52 ++-- > 1 file changed, 26 insertions(+), 26 deletions(-) > > diff --git a/utils.c b/utils.c > index 64ab496..6d6bb9e 100644 > --- a/utils.c > +++ b/ut

Re: [PATCH gnumach] Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uintptr_t.

2023-03-07 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 07 mars 2023 02:01:13 -0500, a ecrit: > With this change, any 64 bit code using the IPC subsystem without relying on > MiG will work without any changes. We have a few examples of this inside > gnumach but > also in the Hurd servers. For example, in hurd/cons