catch is a signal arg, and should be void catch()
authorceriel <none@none>
Fri, 12 Nov 1993 16:57:15 +0000 (16:57 +0000)
committerceriel <none@none>
Fri, 12 Nov 1993 16:57:15 +0000 (16:57 +0000)
util/arch/archiver.c
util/ego/em_ego/em_ego.c

index 0e9a7f6..5ddf84b 100644 (file)
@@ -171,6 +171,7 @@ register int mode;
   return fd;
 }
 
+void
 catch()
 {
        unlink(temp_arch);
index aeaab07..40a0b05 100644 (file)
@@ -135,7 +135,7 @@ add_uphase(p)
   uphases[nuphases++] = p;
 }
 
-static int
+static void
 catch()
 {
   /*   Catch interrupts and exit gracefully */