aboutsummaryrefslogtreecommitdiff
path: root/net/ttt/files/patch-node.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
commitad3dff30b7c4b25052900b3c6adb896ccc027305 (patch)
tree48d358dc6d4f9244ae12e6ee7d16091536ac8530 /net/ttt/files/patch-node.c
parent61f9142ed6b705e9382824d87f1da0cbaa1e4c95 (diff)
Notes
Diffstat (limited to 'net/ttt/files/patch-node.c')
-rw-r--r--net/ttt/files/patch-node.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/ttt/files/patch-node.c b/net/ttt/files/patch-node.c
deleted file mode 100644
index e06d07bb7047..000000000000
--- a/net/ttt/files/patch-node.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- node.c.orig 2004-05-19 12:20:44.000000000 +0200
-+++ node.c 2007-10-02 00:27:29.000000000 +0200
-@@ -89,7 +89,7 @@
- static int b_collectgarbage(int tab_no);
- static int b_countfree(int tab_no);
- static struct t_node *b_getfree(int tab_no);
--static int fls(int i);
-+int fls(int i);
- #ifdef IPV6
- static int node_comp_id(long *a, long *b);
- #endif
-@@ -599,7 +599,7 @@
- }
-
- /* fls - find last set bit --- reverse function of vax ffs */
--static int fls(int i)
-+ int fls(int i)
- {
- int index;
-