Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -823,7 +823,7 @@ static int mod_remove ( char *mod )
|
||||
|
||||
}
|
||||
|
||||
extern int modprobe_main(int argc, char** argv)
|
||||
int modprobe_main(int argc, char** argv)
|
||||
{
|
||||
int rc = EXIT_SUCCESS;
|
||||
char *unused;
|
||||
|
Reference in New Issue
Block a user