aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/x11-init.c
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-03 17:26:17 +0000
committerwkj <devnull@localhost>2004-05-03 17:26:17 +0000
commit115d4c0afcef94eb1ba888e3977736138e1721e0 (patch)
tree6c3cd3d29f9de1409d027b9edb822f209e43ce33 /src/libdraw/x11-init.c
parentb1455f33a8a7b6826fcb0d4b3f4849e322755d28 (diff)
downloadplan9port-115d4c0afcef94eb1ba888e3977736138e1721e0.tar.gz
plan9port-115d4c0afcef94eb1ba888e3977736138e1721e0.tar.bz2
plan9port-115d4c0afcef94eb1ba888e3977736138e1721e0.zip
Ignore unknown pragmas.
Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away.
Diffstat (limited to 'src/libdraw/x11-init.c')
-rw-r--r--src/libdraw/x11-init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c
index 3388407d..5424e383 100644
--- a/src/libdraw/x11-init.c
+++ b/src/libdraw/x11-init.c
@@ -173,7 +173,8 @@ xerror(XDisplay *d, XErrorEvent *e)
static int
xioerror(XDisplay *d)
{
- print("X I/O error\n");
+ //print("X I/O error\n");
+ sysfatal("X I/O error\n");
abort();
return -1;
}