diff options
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 399ff6b5d..25b04c9d7 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -131,7 +131,7 @@ struct globals { | |||
131 | char *shell; | 131 | char *shell; |
132 | } FIX_ALIASING; | 132 | } FIX_ALIASING; |
133 | #define G (*(struct globals*)bb_common_bufsiz1) | 133 | #define G (*(struct globals*)bb_common_bufsiz1) |
134 | #define INIT_G() do { } while (0) | 134 | #define INIT_G() do { setup_common_bufsiz(); } while (0) |
135 | 135 | ||
136 | 136 | ||
137 | static const char keywords_up_down[] ALIGN1 = | 137 | static const char keywords_up_down[] ALIGN1 = |