From e02058db1f96547c5b0e1662fcb2dc6b0b346956 Mon Sep 17 00:00:00 2001 From: roland Date: Sat, 8 Jan 1994 15:56:47 +0000 Subject: [PATCH] Formerly sysdeps/mach/hurd/__ioctl.c.~13~ --- sysdeps/mach/hurd/ioctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysdeps/mach/hurd/ioctl.c b/sysdeps/mach/hurd/ioctl.c index 776eab10b8..2bcecfb3e1 100644 --- a/sysdeps/mach/hurd/ioctl.c +++ b/sysdeps/mach/hurd/ioctl.c @@ -127,8 +127,8 @@ DEFUN(__ioctl, (fd, request), (fd, ({ m->msgh_size = (char *) t - msg; - m->msgh_request_port = port; - m->msgh_reply_port = __mig_reply_port (); + m->msgh_remote_port = port; + m->msgh_local_port = __mig_reply_port (); m->msgh_seqno = 0; m->msgh_id = msgid; #if 0 @@ -136,7 +136,7 @@ DEFUN(__ioctl, (fd, request), #endif _HURD_EINTR_RPC (port, __mach_msg (m, MACH_SEND_MSG|MACH_RCV_MSG, m->msgh_size, sizeof (msg), - m->msgh_reply_port, + m->msgh_local_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL)); })); -- 2.11.0