catch is a signal arg, and should be void catch()

This commit is contained in:
ceriel 1993-11-12 16:57:15 +00:00
parent 03405742a3
commit a4a2ae8f96
2 changed files with 2 additions and 1 deletions

View file

@ -171,6 +171,7 @@ register int mode;
return fd; return fd;
} }
void
catch() catch()
{ {
unlink(temp_arch); unlink(temp_arch);

View file

@ -135,7 +135,7 @@ add_uphase(p)
uphases[nuphases++] = p; uphases[nuphases++] = p;
} }
static int static void
catch() catch()
{ {
/* Catch interrupts and exit gracefully */ /* Catch interrupts and exit gracefully */