Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <stddef.h>
|
||||
#include <libbb.h>
|
||||
|
||||
extern void bb_perror_nomsg(void)
|
||||
void bb_perror_nomsg(void)
|
||||
{
|
||||
/* Ignore the gcc warning about a null format string. */
|
||||
bb_perror_msg(NULL);
|
||||
|
Reference in New Issue
Block a user