Use `unsigned int' consistently for port names.

This commit is contained in:
Roland McGrath 1994-07-29 15:53:52 +00:00
parent 840c5e79e3
commit 3844669a62

View File

@ -29,7 +29,7 @@ struct sigcontext
unsigned int sc_reply_port; unsigned int sc_reply_port;
/* Port this thread is doing an interruptible RPC on. */ /* Port this thread is doing an interruptible RPC on. */
unsigned long int sc_intr_port; unsigned int sc_intr_port;
/* "General" registers. */ /* "General" registers. */
int sc_gpr[32]; int sc_gpr[32];