aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/ifupdown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index 6a200bb26..ff47e60c9 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -111,6 +111,8 @@ static char no_act = 0;
111static char verbose = 0; 111static char verbose = 0;
112static char **__myenviron = NULL; 112static char **__myenviron = NULL;
113 113
114#if ENABLE_FEATURE_IFUPDOWN_IPV4 || ENABLE_FEATURE_IFUPDOWN_IPV6
115
114#ifdef CONFIG_FEATURE_IFUPDOWN_IP 116#ifdef CONFIG_FEATURE_IFUPDOWN_IP
115 117
116static unsigned int count_bits(unsigned int a) 118static unsigned int count_bits(unsigned int a)
@@ -135,7 +137,6 @@ static int count_netmask_bits(char *dotted_quad)
135} 137}
136#endif 138#endif
137 139
138#if ENABLE_FEATURE_IFUPDOWN_IPV4 || ENABLE_FEATURE_IFUPDOWN_IPV6
139static void addstr(char **buf, size_t *len, size_t *pos, char *str, size_t str_length) 140static void addstr(char **buf, size_t *len, size_t *pos, char *str, size_t str_length)
140{ 141{
141 if (*pos + str_length >= *len) { 142 if (*pos + str_length >= *len) {