Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'runit/runsv.c')
-rw-r--r--runit/runsv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runit/runsv.c b/runit/runsv.c
index 03187a8b7..246c50285 100644
--- a/runit/runsv.c
+++ b/runit/runsv.c
@@ -390,6 +390,7 @@ static int ctrl(struct svdir *s, char c)
return 1;
}
+int runsv_main(int argc, char **argv);
int runsv_main(int argc, char **argv)
{
struct stat s;