summaryrefslogtreecommitdiff
path: root/chat/bitlbee/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/bitlbee/patches/patch-aa')
-rw-r--r--chat/bitlbee/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/bitlbee/patches/patch-aa b/chat/bitlbee/patches/patch-aa
new file mode 100644
index 00000000000..af9635a66c1
--- /dev/null
+++ b/chat/bitlbee/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/12/31 13:02:42 xtraeme Exp $
+
+--- bitlbee.c.orig 2003-12-31 13:58:26.000000000 +0100
++++ bitlbee.c 2003-12-31 13:58:41.000000000 +0100
+@@ -50,7 +50,7 @@
+ memset( &sig, 0, sizeof( sig ) );
+ sig.sa_handler = sighandler;
+ sigaction( SIGPIPE, &sig, &old );
+- sig.sa_flags = SA_ONESHOT;
++ sig.sa_flags = SA_RESETHAND;
+ sigaction( SIGINT, &sig, &old );
+ sigaction( SIGILL, &sig, &old );
+ sigaction( SIGBUS, &sig, &old );