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 d3212bb..12a3067 100644 --- a/networking/slattach.c +++ b/networking/slattach.c @@ -20,7 +20,7 @@ struct globals { int handle; int saved_disc; struct termios saved_state; -}; +} FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) #define handle (G.handle ) #define saved_disc (G.saved_disc ) |