Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -1007,7 +1007,7 @@ static void reload_signal(int sig ATTRIBUTE_UNUSED)
|
||||
}
|
||||
#endif /* CONFIG_FEATURE_USE_INITTAB */
|
||||
|
||||
extern int init_main(int argc, char **argv)
|
||||
int init_main(int argc, char **argv)
|
||||
{
|
||||
struct init_action *a;
|
||||
pid_t wpid;
|
||||
|
Reference in New Issue
Block a user