* cadillac.c (kernel_dispatch): Make return type void.
[deliverable/binutils-gdb.git] / gdb / cadillac.c
index 9bf824f2b7dfe9901d78014f7691587cbda65c11..ef9e1e8445b042ce5b25de1cf65625cc46233083 100755 (executable)
@@ -814,7 +814,7 @@ getpty()
 \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. */
@@ -1386,7 +1386,8 @@ cadillac_new_process()
 }
 
 static void
-iosig()
+iosig(signo)
+     int signo;
 {
   while (1)
     {
This page took 0.023492 seconds and 4 git commands to generate.