aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 8aeb79aca..e879c4674 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -131,6 +131,7 @@ struct globals {
131} FIX_ALIASING; 131} FIX_ALIASING;
132#define G (*(struct globals*)bb_common_bufsiz1) 132#define G (*(struct globals*)bb_common_bufsiz1)
133#define INIT_G() do { \ 133#define INIT_G() do { \
134 setup_common_bufsiz(); \
134 BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \ 135 BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \
135} while (0) 136} while (0)
136 137