aboutsummaryrefslogtreecommitdiff
path: root/gdb/cadillac.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cadillac.c')
-rwxr-xr-xgdb/cadillac.c5
1 files changed, 3 insertions, 2 deletions
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)
{