From 814b74662103710665c0b5659a93974ad609276c Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Mon, 20 Sep 2004 08:44:54 +0000 Subject: [PATCH] Bugzilla #1402: The last patch was broken on linux. Take definition of badSysCall out of the OS specific block. --- Xext/xf86bigfont.c | 4 ++-- 1 file 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 -static Bool badSysCall = FALSE; - static void SigSysHandler( int signo)