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 10da8dce4..dfc72f01a 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -96,7 +96,7 @@ struct globals { | |||
96 | char *pidfile; | 96 | char *pidfile; |
97 | int user_id; | 97 | int user_id; |
98 | smallint signal_nr; | 98 | smallint signal_nr; |
99 | }; | 99 | } FIX_ALIASING; |
100 | #define G (*(struct globals*)&bb_common_bufsiz1) | 100 | #define G (*(struct globals*)&bb_common_bufsiz1) |
101 | #define found (G.found ) | 101 | #define found (G.found ) |
102 | #define userspec (G.userspec ) | 102 | #define userspec (G.userspec ) |