Bugzilla #1402: The last patch was broken on linux. Take definition of

badSysCall out of the OS specific block.
This commit is contained in:
Alexander Gottwald 2004-09-20 08:44:54 +00:00
parent b600fcda38
commit 814b746621

View File

@ -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)