summaryrefslogtreecommitdiff
path: root/net/rtorrent/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/rtorrent/patches/patch-ab')
-rw-r--r--net/rtorrent/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/rtorrent/patches/patch-ab b/net/rtorrent/patches/patch-ab
new file mode 100644
index 00000000000..55c39db4900
--- /dev/null
+++ b/net/rtorrent/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/01/04 12:46:39 tron Exp $
+
+--- src/signal_handler.h.orig 2007-01-04 02:07:34.089210951 +0100
++++ src/signal_handler.h
+@@ -37,7 +37,7 @@
+ #ifndef RTORRENT_SIGNAL_HANDLER_H
+ #define RTORRENT_SIGNAL_HANDLER_H
+
+-#include <sys/signal.h>
++#include <signal.h>
+ #include <sigc++/slot.h>
+
+ class SignalHandler {