about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-12-03 02:06:19 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-12-03 02:06:19 +0100
commit3e85650423e47bf87104add14fc2aacad562d260 (patch)
treefac8ee478962b2e81659277e1a177c032a3be3e8 /hurd
parent7096914dd8ff2dfd1d8cba3577b72838f5e4c2bd (diff)
downloadglibc-3e85650423e47bf87104add14fc2aacad562d260.tar.gz
glibc-3e85650423e47bf87104add14fc2aacad562d260.tar.xz
glibc-3e85650423e47bf87104add14fc2aacad562d260.zip
Revert "hurd: Fix build"
This reverts commit 7096914dd8ff2dfd1d8cba3577b72838f5e4c2bd.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/intr-msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/intr-msg.c b/hurd/intr-msg.c
index 9912f4f1f3..d52e90449e 100644
--- a/hurd/intr-msg.c
+++ b/hurd/intr-msg.c
@@ -241,7 +241,7 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg,
 	      const vm_size_t length = ((number * size) + 7) >> 3;
 	      if (ty->msgtl_header.msgt_inline)
 		{
-		  clean_inlined_ports ((mach_port_name_inlined_t *) data);
+		  clean_inlined_ports (data);
 		  /* Move to the next argument.  */
 		  ty = (void *) PTR_ALIGN_UP (data + length, __alignof__ (uintptr_t));
 		}