Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -405,7 +405,7 @@ static void check_suid (struct BB_applet *applet)
|
||||
|
||||
|
||||
|
||||
extern void bb_show_usage (void)
|
||||
void bb_show_usage (void)
|
||||
{
|
||||
const char *format_string;
|
||||
const char *usage_string = usage_messages;
|
||||
|
Reference in New Issue
Block a user