* cadillac.c (kernel_dispatch): Make return type void.

* cadillac.c (iosig):  Signal handlers take one int arg.
This commit is contained in:
Fred Fish 1992-06-24 05:52:01 +00:00
parent 56e5eadc57
commit f54e9fd84f
2 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,8 @@ Tue Jun 23 21:46:26 1992 Fred Fish (fnf@cygnus.com)
* sparc-xdep.c, a68v-xdep.c (fetch_inferior_registers,
store_inferior_registers): Supply missing fourth argument to
ptrace().
* cadillac.c (kernel_dispatch): Make return type void.
* cadillac.c (iosig): Signal handlers take one int arg.
Mon Jun 22 20:18:06 1992 Fred Fish (fnf@cygnus.com)

View File

@ -814,7 +814,7 @@ getpty()
/* Examine a protocol packet from the driver. */
static int
static void
kernel_dispatch(queue)
int queue; /* Non-zero means we should just queue up
commands. */
@ -1386,7 +1386,8 @@ cadillac_new_process()
}
static void
iosig()
iosig(signo)
int signo;
{
while (1)
{