From 1b24a8cb56ebeb8c35639211fb549ec30997bdfc Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 29 Jul 1994 15:53:52 +0000 Subject: [PATCH] Use `unsigned int' consistently for port names. --- sysdeps/mach/hurd/mips/sigcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/mips/sigcontext.h b/sysdeps/mach/hurd/mips/sigcontext.h index b62fb1827a..d0fdee7c90 100644 --- a/sysdeps/mach/hurd/mips/sigcontext.h +++ b/sysdeps/mach/hurd/mips/sigcontext.h @@ -29,7 +29,7 @@ struct sigcontext unsigned int sc_reply_port; /* Port this thread is doing an interruptible RPC on. */ - unsigned long int sc_intr_port; + unsigned int sc_intr_port; /* "General" registers. */ int sc_gpr[32]; -- 2.11.0