* cadillac.c (iosig): Signal handlers take one int arg.
* 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)
\f
/* 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. */
}
static void
-iosig()
+iosig(signo)
+ int signo;
{
while (1)
{