[Pkg-wmaker-commits] [wmbiff] 54/84: ignore sigpipe, possible bugfix for abnormal termination during suspend for imap/gnutls
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.
commit fd3c161de928fa9f9683fc4046e1bea8a87b1117
Author: bluehal <bluehal>
Date: Thu Jul 18 02:55:24 2002 +0000
ignore sigpipe, possible bugfix for abnormal termination during suspend for imap/gnutls
---
wmbiff/wmbiff.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index 92c8a1c..f3a4b04 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.32 2002/07/04 01:07:28 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.33 2002/07/18 02:55:24 bluehal Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -854,6 +854,7 @@ int main(int argc, char *argv[])
}
init_biff(uconfig_file);
signal(SIGCHLD, sigchld_handler);
+ signal(SIGPIPE, SIG_IGN); /* added for gnutls */
do_biff(argc, argv);
return 0;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list