Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "busybox.h"
|
||||
|
||||
extern int yes_main(int argc, char **argv)
|
||||
int yes_main(int argc, char **argv)
|
||||
{
|
||||
static const char fmt_str[] = " %s";
|
||||
const char *fmt;
|
||||
|
||||
Reference in New Issue
Block a user