diff options
Diffstat (limited to 'networking/slattach.c')
-rw-r--r-- | networking/slattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/slattach.c b/networking/slattach.c index d3212bb40..12a3067de 100644 --- a/networking/slattach.c +++ b/networking/slattach.c | |||
@@ -20,7 +20,7 @@ struct globals { | |||
20 | int handle; | 20 | int handle; |
21 | int saved_disc; | 21 | int saved_disc; |
22 | struct termios saved_state; | 22 | struct termios saved_state; |
23 | }; | 23 | } FIX_ALIASING; |
24 | #define G (*(struct globals*)&bb_common_bufsiz1) | 24 | #define G (*(struct globals*)&bb_common_bufsiz1) |
25 | #define handle (G.handle ) | 25 | #define handle (G.handle ) |
26 | #define saved_disc (G.saved_disc ) | 26 | #define saved_disc (G.saved_disc ) |