catch is a signal arg, and should be void catch()
This commit is contained in:
parent
03405742a3
commit
a4a2ae8f96
|
@ -171,6 +171,7 @@ register int mode;
|
|||
return fd;
|
||||
}
|
||||
|
||||
void
|
||||
catch()
|
||||
{
|
||||
unlink(temp_arch);
|
||||
|
|
|
@ -135,7 +135,7 @@ add_uphase(p)
|
|||
uphases[nuphases++] = p;
|
||||
}
|
||||
|
||||
static int
|
||||
static void
|
||||
catch()
|
||||
{
|
||||
/* Catch interrupts and exit gracefully */
|
||||
|
|
Loading…
Reference in a new issue