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 cf792709c..f24168e33 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -192,7 +192,7 @@ static int do_stop(void) | |||
192 | } | 192 | } |
193 | 193 | ||
194 | #if ENABLE_FEATURE_START_STOP_DAEMON_LONG_OPTIONS | 194 | #if ENABLE_FEATURE_START_STOP_DAEMON_LONG_OPTIONS |
195 | static const char start_stop_daemon_longopts[] = | 195 | static const char start_stop_daemon_longopts[] ALIGN1 = |
196 | "stop\0" No_argument "K" | 196 | "stop\0" No_argument "K" |
197 | "start\0" No_argument "S" | 197 | "start\0" No_argument "S" |
198 | "background\0" No_argument "b" | 198 | "background\0" No_argument "b" |