diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/telnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c index a59450505..caca89d2d 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -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 */ |