Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <libbb.h>
|
||||
|
||||
extern void bb_warn_ignoring_args(int n)
|
||||
void bb_warn_ignoring_args(int n)
|
||||
{
|
||||
if (n) {
|
||||
bb_perror_msg("ignoring all arguments");
|
||||
|
Reference in New Issue
Block a user