summaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r--util-linux/mdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 80549d1b7..69e1e6937 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -64,7 +64,7 @@
64struct globals { 64struct globals {
65 int root_major, root_minor; 65 int root_major, root_minor;
66 char *subsystem; 66 char *subsystem;
67}; 67} FIX_ALIASING;
68#define G (*(struct globals*)&bb_common_bufsiz1) 68#define G (*(struct globals*)&bb_common_bufsiz1)
69#define root_major (G.root_major) 69#define root_major (G.root_major)
70#define root_minor (G.root_minor) 70#define root_minor (G.root_minor)