diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-03-24 01:09:51 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-03-24 01:09:51 +0000 |
commit | 7d1ff31cd335cc920dfe99e252e0f86091ab566d (patch) | |
tree | 4beb4ef31c7bdf6e8bdb7009fbb5eadc4b60f5de | |
parent | a9507ca8b53879563b99836cddd75efd321b1e3c (diff) |
58. -terminate option crashes Xserver. Bugzilla #367. (Alan Coopersmith)
-rw-r--r-- | os/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c index 733292799..5b9ca5436 100644 --- a/os/utils.c +++ b/os/utils.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.1.4.6.2.1 2004/02/27 21:31:00 eich Exp $ */ +/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.1.4.6.2.4 2004/03/04 17:48:31 eich Exp $ */ /* $Xorg: utils.c,v 1.5 2001/02/09 02:05:24 xorgcvs Exp $ */ /* @@ -168,7 +168,7 @@ int userdefinedfontpath = 0; char *dev_tty_from_init = NULL; /* since we need to parse it anyway */ -extern int dispatchExceptionAtReset; +extern char dispatchExceptionAtReset; OsSigHandlerPtr OsSignal(sig, handler) |