made interrupted static again
This commit is contained in:
parent
087579ea51
commit
62e376b164
|
@ -174,7 +174,7 @@ intrcheck()
|
|||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
int interrupted;
|
||||
static int interrupted;
|
||||
|
||||
/* ARGSUSED */
|
||||
static RETSIGTYPE
|
||||
|
|
Loading…
Reference in New Issue