diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /modutils/insmod.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
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 79bdebd2c..390a50316 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -295,7 +295,7 @@ extern int insmod_ng_main( int argc, char **argv); | |||
295 | #define CONFIG_PLT_ENTRY_SIZE 8 | 295 | #define CONFIG_PLT_ENTRY_SIZE 8 |
296 | #define CONFIG_USE_SINGLE | 296 | #define CONFIG_USE_SINGLE |
297 | #ifndef EM_CYGNUS_V850 /* grumble */ | 297 | #ifndef EM_CYGNUS_V850 /* grumble */ |
298 | #define EM_CYGNUS_V850 0x9080 | 298 | #define EM_CYGNUS_V850 0x9080 |
299 | #endif | 299 | #endif |
300 | #define SYMBOL_PREFIX "_" | 300 | #define SYMBOL_PREFIX "_" |
301 | #endif | 301 | #endif |
@@ -695,7 +695,7 @@ static int obj_gpl_license(struct obj_file *f, const char **license); | |||
695 | #ifdef SYMBOL_PREFIX | 695 | #ifdef SYMBOL_PREFIX |
696 | #define SPFX SYMBOL_PREFIX | 696 | #define SPFX SYMBOL_PREFIX |
697 | #else | 697 | #else |
698 | #define SPFX "" | 698 | #define SPFX "" |
699 | #endif | 699 | #endif |
700 | 700 | ||
701 | 701 | ||