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 "libbb.h"
|
||||
|
||||
extern char *concat_subpath_file(const char *path, const char *f)
|
||||
char *concat_subpath_file(const char *path, const char *f)
|
||||
{
|
||||
if(f && *f == '.' && (!f[1] || (f[1] == '.' && !f[2])))
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user