Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <string.h>
|
||||
#include "busybox.h"
|
||||
|
||||
extern int bb_echo(int ATTRIBUTE_UNUSED argc, char **argv)
|
||||
int bb_echo(int ATTRIBUTE_UNUSED argc, char **argv)
|
||||
{
|
||||
#ifndef CONFIG_FEATURE_FANCY_ECHO
|
||||
#define eflag '\\'
|
||||
|
Reference in New Issue
Block a user