commit | e8d0a1450a04d83b540f1f58297e79c2cf0f5b4f | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jan 16 11:21:15 2011 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jan 16 11:21:15 2011 +0100 |
tree | 5ea1833f5dcfed306d7009c8113ff30df7d6fbf4 | |
parent | df1689138e71fa3648209db28146a595c4e63c26 [diff] [blame] |
remove a few aliasing warnings Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/procps/fuser.c b/procps/fuser.c index addf1a7..a1b93d7 100644 --- a/procps/fuser.c +++ b/procps/fuser.c
@@ -35,7 +35,7 @@ struct globals { pid_list *pid_list_head; inode_list *inode_list_head; -}; +} FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) #define INIT_G() do { } while (0)