summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 20:52:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 20:52:25 +0000
commitc83a1200d2480ac67d755e4c589b524d1b834a6a (patch)
tree25341dd3519fd4d934ba18a4e35bf7e295a88a71
parentd0bc63cf13e98f686bd371a0ab609018e7fdf8c2 (diff)
Mark variables modified in signal handlers as volatile (part of Sun bug idXORG-6_8_99_16
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/process.c b/process.c
index 9985500..4f938b7 100644
--- a/process.c
+++ b/process.c
@@ -1,6 +1,6 @@
/*
* $Xorg: process.c,v 1.5 2001/02/09 02:05:31 xorgcvs Exp $
- *
+ * $XdotOrg: $
*
Copyright 1989, 1998 The Open Group
@@ -490,7 +490,7 @@ static Bool iceauth_existed = False; /* if was present at initialize */
static Bool iceauth_modified = False; /* if added, removed, or merged */
static Bool iceauth_allowed = True; /* if allowed to write auth file */
static char *iceauth_filename = NULL;
-static Bool dieing = False;
+static volatile Bool dieing = False;
#ifdef SIGNALRETURNSINT
#define _signal_t int