find_stray_communal_vars: script which finds communal variables
resize: remove globals var mdev: remove globals var
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user