[hurd,commited] Revert "hurd: Fix build"

Message ID 20231203011242.1508441-1-samuel.thibault@ens-lyon.org
State Committed
Commit 3e85650423e47bf87104add14fc2aacad562d260
Headers
Series [hurd,commited] Revert "hurd: Fix build" |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply

Commit Message

Samuel Thibault Dec. 3, 2023, 1:12 a.m. UTC
  This reverts commit 7096914dd8ff2dfd1d8cba3577b72838f5e4c2bd.
---
 hurd/intr-msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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));
 		}