aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r--networking/ifupdown.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index ff47e60c9..8ee488364 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -43,11 +43,7 @@
43#define MAX_INTERFACE_LENGTH 10 43#define MAX_INTERFACE_LENGTH 10
44#endif 44#endif
45 45
46#if 0
47#define debug_noise(fmt, args...) printf(fmt, ## args)
48#else
49#define debug_noise(fmt, args...) 46#define debug_noise(fmt, args...)
50#endif
51 47
52/* Forward declaration */ 48/* Forward declaration */
53struct interface_defn_t; 49struct interface_defn_t;