Flavio Cruz 4571fb8fe6 Update hurd/intr-msg.c to be more portable
Summary of the changes:
- Introduce BAD_TYPECHECK from MiG to make it simpler to do type
  checking.
- Replace int type with mach_msg_type_t. This assumes that
  mach_msg_type_t is always the same size as int which is not true for
  x86_64.
- Calculate the size and align using PTR_ALIGN_UP, which is a bit
  cleaner and similar to what we do elsewhere.
- Define mach_msg_type_t to check using designated initializers.
Message-Id: <ZFMvrIkvoCSxqB/C@jupiter.tail36e24.ts.net>
2023-05-05 02:24:38 +02:00
..
2023-04-29 17:03:59 +02:00
2023-02-12 15:55:04 +01:00
2023-04-29 17:03:59 +02:00
2021-12-28 10:28:22 +01:00
2023-04-03 00:55:12 +02:00
2023-02-01 23:32:21 +01:00
2023-02-12 15:55:04 +01:00
2023-02-12 15:56:21 +01:00