public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Revert "hurd: Fix build"
@ 2023-12-03  1:06 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-12-03  1:06 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3e85650423e47bf87104add14fc2aacad562d260

commit 3e85650423e47bf87104add14fc2aacad562d260
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 3 02:06:19 2023 +0100

    Revert "hurd: Fix build"
    
    This reverts commit 7096914dd8ff2dfd1d8cba3577b72838f5e4c2bd.

Diff:
---
 hurd/intr-msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-03  1:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03  1:06 [glibc] Revert "hurd: Fix build" Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).