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;
|
return fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
catch()
|
catch()
|
||||||
{
|
{
|
||||||
unlink(temp_arch);
|
unlink(temp_arch);
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue