From f54e9fd84f56567255e8e6c04d3aaf4368fd7c4b Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 24 Jun 1992 05:52:01 +0000 Subject: * cadillac.c (kernel_dispatch): Make return type void. * cadillac.c (iosig): Signal handlers take one int arg. --- gdb/cadillac.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gdb/cadillac.c') diff --git a/gdb/cadillac.c b/gdb/cadillac.c index 9bf824f..ef9e1e8 100755 --- a/gdb/cadillac.c +++ b/gdb/cadillac.c @@ -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) { -- cgit v1.1