aboutsummaryrefslogtreecommitdiff
path: root/procps/fuser.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/fuser.c')
-rw-r--r--procps/fuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/fuser.c b/procps/fuser.c
index addf1a7d8..a1b93d77f 100644
--- a/procps/fuser.c
+++ b/procps/fuser.c
@@ -35,7 +35,7 @@ typedef struct pid_list {
35struct globals { 35struct globals {
36 pid_list *pid_list_head; 36 pid_list *pid_list_head;
37 inode_list *inode_list_head; 37 inode_list *inode_list_head;
38}; 38} FIX_ALIASING;
39#define G (*(struct globals*)&bb_common_bufsiz1) 39#define G (*(struct globals*)&bb_common_bufsiz1)
40#define INIT_G() do { } while (0) 40#define INIT_G() do { } while (0)
41 41