Bugzilla #1402: The last patch was broken on linux. Take definition of
badSysCall out of the OS specific block.
This commit is contained in:
parent
b600fcda38
commit
814b746621
|
@ -99,12 +99,12 @@ static int FontShmdescIndex;
|
|||
|
||||
static unsigned int pagesize;
|
||||
|
||||
static Bool badSysCall = FALSE;
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__)
|
||||
|
||||
#include <sys/signal.h>
|
||||
|
||||
static Bool badSysCall = FALSE;
|
||||
|
||||
static void
|
||||
SigSysHandler(
|
||||
int signo)
|
||||
|
|
Loading…
Reference in New Issue