aboutsummaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r--debianutils/start_stop_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 459fb77e0..91f51a3c6 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -320,7 +320,7 @@ static const char start_stop_daemon_longopts[] ALIGN1 =
320#endif 320#endif
321 321
322int start_stop_daemon_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 322int start_stop_daemon_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
323int start_stop_daemon_main(int argc ATTRIBUTE_UNUSED, char **argv) 323int start_stop_daemon_main(int argc UNUSED_PARAM, char **argv)
324{ 324{
325 unsigned opt; 325 unsigned opt;
326 char *signame; 326 char *signame;