summaryrefslogtreecommitdiffstats
path: root/net/flow-tools/patches/030-avoid_external_debug_var.patch
blob: 6ca5740e093b3d5bff0ca03ef896a555aee11384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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