mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 08:00:33 +01:00
58. -terminate option crashes Xserver. Bugzilla #367. (Alan Coopersmith)
This commit is contained in:
parent
a9507ca8b5
commit
7d1ff31cd3
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue