Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "libbb.h"
|
||||
|
||||
|
||||
extern void bb_vherror_msg(const char *s, va_list p)
|
||||
void bb_vherror_msg(const char *s, va_list p)
|
||||
{
|
||||
if(s == 0)
|
||||
s = "";
|
||||
|
Reference in New Issue
Block a user