diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 14:12:08 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 14:12:08 +0000 |
| commit | 703e20235aa0624d3ff4335c1e86edaa6e21efe2 (patch) | |
| tree | 49e8451efad93b75c0be74ee553d3b3f8c04a25d /modutils | |
| parent | 6cd2d2bcba37a13d0d73326dd7bca64bbccce4f8 (diff) | |
| download | busybox-w32-703e20235aa0624d3ff4335c1e86edaa6e21efe2.tar.gz busybox-w32-703e20235aa0624d3ff4335c1e86edaa6e21efe2.tar.bz2 busybox-w32-703e20235aa0624d3ff4335c1e86edaa6e21efe2.zip | |
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED",
removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index a9bf1854c..1ad3c23a4 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
| @@ -337,7 +337,6 @@ extern int insmod_ng_main( int argc, char **argv); | |||
| 337 | 337 | ||
| 338 | 338 | ||
| 339 | #ifndef MODUTILS_MODULE_H | 339 | #ifndef MODUTILS_MODULE_H |
| 340 | /* Why? static const int MODUTILS_MODULE_H = 1;*/ | ||
| 341 | 340 | ||
| 342 | /*======================================================================*/ | 341 | /*======================================================================*/ |
| 343 | /* For sizeof() which are related to the module platform and not to the | 342 | /* For sizeof() which are related to the module platform and not to the |
| @@ -494,7 +493,6 @@ int delete_module(const char *); | |||
| 494 | 493 | ||
| 495 | 494 | ||
| 496 | #ifndef MODUTILS_OBJ_H | 495 | #ifndef MODUTILS_OBJ_H |
| 497 | /* Why? static const int MODUTILS_OBJ_H = 1; */ | ||
| 498 | 496 | ||
| 499 | /* The relocatable object is manipulated using elfin types. */ | 497 | /* The relocatable object is manipulated using elfin types. */ |
| 500 | 498 | ||
