]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "hurd: Fix build"
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 3 Dec 2023 01:06:19 +0000 (02:06 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 3 Dec 2023 01:06:19 +0000 (02:06 +0100)
This reverts commit 7096914dd8ff2dfd1d8cba3577b72838f5e4c2bd.

hurd/intr-msg.c

index 9912f4f1f366f230af6b235dbb0ba077e514ecdf..d52e90449e7733ead21a74d3a1541d2f46264046 100644 (file)
@@ -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));
                }