aboutsummaryrefslogtreecommitdiff
path: root/networking/ifenslave.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifenslave.c')
-rw-r--r--networking/ifenslave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c
index 875e835e7..b11951758 100644
--- a/networking/ifenslave.c
+++ b/networking/ifenslave.c
@@ -129,7 +129,7 @@ struct globals {
129#define master (G.master ) 129#define master (G.master )
130#define slave (G.slave ) 130#define slave (G.slave )
131#define INIT_G() do { \ 131#define INIT_G() do { \
132 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ 132 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
133} while (0) 133} while (0)
134 134
135 135