aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-06 20:47:33 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-06 20:47:33 +0000
commit65d898209f1063e88397d8b1411d3b9df3f797ee (patch)
tree588d140a71e857cb32c80d1faad6f3073b119aa7 /modutils/insmod.c
parent2cb5ca3cd6461e4e9632f53b4cece1ade0282580 (diff)
downloadbusybox-w32-65d898209f1063e88397d8b1411d3b9df3f797ee.tar.gz
busybox-w32-65d898209f1063e88397d8b1411d3b9df3f797ee.tar.bz2
busybox-w32-65d898209f1063e88397d8b1411d3b9df3f797ee.zip
Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.) git-svn-id: svn://busybox.net/trunk/busybox@14457 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c4
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
3906extern int insmod_main( int argc, char **argv) 3906int 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
4270extern int insmod_ng_main( int argc, char **argv) 4270int insmod_ng_main( int argc, char **argv)
4271{ 4271{
4272 int i; 4272 int i;
4273 int fd; 4273 int fd;