diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index dc8752447..ce1f7391a 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -968,6 +968,7 @@ static void reload_signal(int sig ATTRIBUTE_UNUSED) | |||
968 | } | 968 | } |
969 | #endif /* FEATURE_USE_INITTAB */ | 969 | #endif /* FEATURE_USE_INITTAB */ |
970 | 970 | ||
971 | int init_main(int argc, char **argv); | ||
971 | int init_main(int argc, char **argv) | 972 | int init_main(int argc, char **argv) |
972 | { | 973 | { |
973 | struct init_action *a; | 974 | struct init_action *a; |