aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/teknap/files/patch-source_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/teknap/files/patch-source_timer.c')
-rw-r--r--net-p2p/teknap/files/patch-source_timer.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/teknap/files/patch-source_timer.c b/net-p2p/teknap/files/patch-source_timer.c
new file mode 100644
index 000000000000..d1d8c5de7784
--- /dev/null
+++ b/net-p2p/teknap/files/patch-source_timer.c
@@ -0,0 +1,11 @@
+--- source/timer.c.orig 2007-11-12 15:43:52.000000000 +0100
++++ source/timer.c 2007-11-12 15:44:47.000000000 +0100
+@@ -145,7 +145,7 @@
+ * This is put here on purpose -- we dont want any of the above functions
+ * to have any knowledge of this struct.
+ */
+-static TimerList *PendingTimers;
++TimerList *PendingTimers;
+ static char *schedule_timer (TimerList *ntimer);
+
+ static char *current_exec_timer = empty_string;