diff options
| author | Rob Landley <rob@landley.net> | 2006-03-06 20:47:33 +0000 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2006-03-06 20:47:33 +0000 |
| commit | dfba741457cc81eb2ed3a9d4c074fbad74aa3249 (patch) | |
| tree | 588d140a71e857cb32c80d1faad6f3073b119aa7 /modutils/insmod.c | |
| parent | 1f5e25bf3eca768b8cee1c689ac154d8f51662f9 (diff) | |
| download | busybox-w32-dfba741457cc81eb2ed3a9d4c074fbad74aa3249.tar.gz busybox-w32-dfba741457cc81eb2ed3a9d4c074fbad74aa3249.tar.bz2 busybox-w32-dfba741457cc81eb2ed3a9d4c074fbad74aa3249.zip | |
Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
Diffstat (limited to 'modutils/insmod.c')
| -rw-r--r-- | modutils/insmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 14322d978..8b112787f 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
| @@ -3903,7 +3903,7 @@ static void print_load_map(struct obj_file *f) | |||
| 3903 | 3903 | ||
| 3904 | #endif | 3904 | #endif |
| 3905 | 3905 | ||
| 3906 | extern int insmod_main( int argc, char **argv) | 3906 | int insmod_main( int argc, char **argv) |
| 3907 | { | 3907 | { |
| 3908 | int opt; | 3908 | int opt; |
| 3909 | int len; | 3909 | int len; |
| @@ -4267,7 +4267,7 @@ static const char *moderror(int err) | |||
| 4267 | } | 4267 | } |
| 4268 | } | 4268 | } |
| 4269 | 4269 | ||
| 4270 | extern int insmod_ng_main( int argc, char **argv) | 4270 | int insmod_ng_main( int argc, char **argv) |
| 4271 | { | 4271 | { |
| 4272 | int i; | 4272 | int i; |
| 4273 | int fd; | 4273 | int fd; |
