summaryrefslogtreecommitdiff
path: root/os/error.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-01 15:07:01 +0000
committerEgbert Eich <eich@suse.de>2004-03-01 15:07:01 +0000
commitf810b517b653aa0bc9ffdaf4d8ee0935691842f7 (patch)
treef0ba9a177a375b43d8b3573647352285be1e7d4a /os/error.c
parent2408956c15dc0034904cb98329339e03a959132b (diff)
3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich).XEVIE
2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman).
Diffstat (limited to 'os/error.c')
-rw-r--r--os/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/error.c b/os/error.c
index c6adcaf..20b877c 100644
--- a/os/error.c
+++ b/os/error.c
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/error.c,v 1.11 2002/10/15 01:45:03 dawes Exp $ */
+/* $XFree86: xc/programs/xfs/os/error.c,v 1.12 2004/01/28 22:12:49 herrb Exp $ */
#include <stdio.h>
#include <stdlib.h>
@@ -95,7 +95,7 @@ abort_server(void)
#ifdef SABER
saber_stop();
#else
- abort();
+ _exit(1);
#endif
}