Use `unsigned int' consistently for port names.
authorRoland McGrath <roland@gnu.org>
Fri, 29 Jul 1994 15:53:52 +0000 (15:53 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 29 Jul 1994 15:53:52 +0000 (15:53 +0000)
sysdeps/mach/hurd/mips/sigcontext.h

index b62fb18..d0fdee7 100644 (file)
@@ -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];