diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd/ioctl.h | 2 | ||||
-rw-r--r-- | hurd/intr-msg.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hurd/hurd/ioctl.h b/hurd/hurd/ioctl.h index 8c6dbfd..b18f8a1 100644 --- a/hurd/hurd/ioctl.h +++ b/hurd/hurd/ioctl.h @@ -22,7 +22,7 @@ #define __need___va_list #include <stdarg.h> -#include <ioctls.h> +#include <bits/ioctls.h> /* Type of handler function, called like ioctl to do its entire job. */ diff --git a/hurd/intr-msg.c b/hurd/intr-msg.c index 5330992..eb7adbe 100644 --- a/hurd/intr-msg.c +++ b/hurd/intr-msg.c @@ -132,8 +132,8 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg, int i; } check = { t: { - MACH_MSG_TYPE_INTEGER_32, - 32, + MACH_MSG_TYPE_INTEGER_T, + MACH_MSG_TYPE_INTEGER_T, 1, TRUE, FALSE, |