summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-10-26 09:57:23 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-10-26 09:57:23 +0000
commit5fcb657e305444233867e07dd4380ab3f89ee818 (patch)
tree0395fbc6518683364a6fda8d2db2f81ca46a5c68
parentbeb46a639c47207c44c19357b515bc9a18c2d150 (diff)
import bugfix from head
-rw-r--r--Xext/xf86bigfont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c
index ac77dda03..bcabaefa7 100644
--- a/Xext/xf86bigfont.c
+++ b/Xext/xf86bigfont.c
@@ -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)