summaryrefslogtreecommitdiff
path: root/net-p2p/teknap/files/patch-source_timer.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /net-p2p/teknap/files/patch-source_timer.c
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
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, 0 insertions, 11 deletions
diff --git a/net-p2p/teknap/files/patch-source_timer.c b/net-p2p/teknap/files/patch-source_timer.c
deleted file mode 100644
index d1d8c5de7784..000000000000
--- a/net-p2p/teknap/files/patch-source_timer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;