summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:16 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:16 +0000
commit4d98e829609884d12593ef0773594da8c36db72e (patch)
tree58ed8c48318181770bac3da6dae2b9e68108cb64
parentf4cc7fb58faf117f45370b616029c168d1b0a52c (diff)
downloadxorg-app-xauth-CYGWIN.tar.gz
-rw-r--r--process.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/process.c b/process.c
index 3531260..eb10317 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: xc/programs/xauth/process.c,v 1.3 2004/04/24 23:26:55 alanc Exp $ */
/*
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;
}