aboutsummaryrefslogtreecommitdiff
path: root/src/openrc-run/openrc-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openrc-run/openrc-run.c')
-rw-r--r--src/openrc-run/openrc-run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openrc-run/openrc-run.c b/src/openrc-run/openrc-run.c
index c7749f32..f2bf76b9 100644
--- a/src/openrc-run/openrc-run.c
+++ b/src/openrc-run/openrc-run.c
@@ -161,7 +161,7 @@ handle_signal(int sig)
}
static void
-unhotplug()
+unhotplug(void)
{
char *file = NULL;
@@ -788,7 +788,7 @@ svc_start_deps(void)
services = NULL;
}
-static void svc_start_real()
+static void svc_start_real(void)
{
bool started;
RC_STRING *svc, *svc2;