From 4e5f82c76f08614d0b69f9ec4a8baac303af15f6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 3 Jun 2007 22:30:22 +0000 Subject: find_stray_communal_vars: script which finds communal variables resize: remove globals var mdev: remove globals var --- networking/telnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') 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 */ -- cgit v1.2.3