summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2004-04-24 23:26:55 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2004-04-24 23:26:55 +0000
commit4449eae1558daf1618ae9bcc2f53278bfc3e1fe2 (patch)
treecd46cc07f1661cd5da58eb5158e67c9ba277185a
parenta6249acfcb65447dcb9759cd4acefdf22263cc7d (diff)
downloadxorg-app-xauth-XORG-6_8-branch.tar.gz
-rw-r--r--process.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/process.c b/process.c
index 3531260..3bb0f41 100644
--- a/process.c
+++ b/process.c
@@ -1,4 +1,5 @@
/* $Xorg: process.c,v 1.6 2001/02/09 02:05:38 xorgcvs Exp $ */
+/* $XdotOrg: $ */
/*
Copyright 1989, 1998 The Open Group
@@ -676,6 +677,9 @@ register_signals(void)
#ifdef SIGHUP
signal (SIGHUP, catchsig);
#endif
+#ifdef SIGPIPE
+ signal (SIGPIPE, catchsig);
+#endif
return;
}