Add flow-tools from #1341
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7248 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
net/flow-tools/patches/030-avoid_external_debug_var.patch
Normal file
13
net/flow-tools/patches/030-avoid_external_debug_var.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/lib/ftfile.c b/lib/ftfile.c
|
||||
index 2f3ae76..f25e849 100644
|
||||
--- a/lib/ftfile.c
|
||||
+++ b/lib/ftfile.c
|
||||
@@ -53,7 +53,7 @@ #endif
|
||||
|
||||
int load_dir(char *prefix, struct ftfile_entries *fte, int flags, int *depth);
|
||||
|
||||
-extern int debug;
|
||||
+#define debug 0
|
||||
|
||||
/*
|
||||
* function: ftfile_entry_new
|
Reference in New Issue
Block a user