diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 10da8dc..dfc72f0 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -96,7 +96,7 @@ struct globals { char *pidfile; int user_id; smallint signal_nr; -}; +} FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) #define found (G.found ) #define userspec (G.userspec ) |