find_stray_communal_vars: script which finds communal variables

resize: remove globals var
mdev: remove globals var
This commit is contained in:
Denis Vlasenko
2007-06-03 22:30:22 +00:00
parent dd6e1f0deb
commit 4e5f82c76f
4 changed files with 25 additions and 18 deletions

View File

@ -79,7 +79,7 @@ struct globals {
struct termios termios_raw;
};
#define G (*(struct globals*)bb_common_bufsiz1)
#define G (*(struct globals*)&bb_common_bufsiz1)
/* Function prototypes */