diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
| commit | e1a0d486e4804eae098571f1a6788394c2ee51ae (patch) | |
| tree | c6f3435738900c8d53832eb919b1b2c3d524f2e5 /modutils/insmod.c | |
| parent | dd2982882bb192ea757f32514bc2ea0bc96f5ba0 (diff) | |
| download | busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.gz busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.bz2 busybox-w32-e1a0d486e4804eae098571f1a6788394c2ee51ae.zip | |
message string changes, mostly for consistency, also -32 bytes in .rodata
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 882fcf80f..00e25f5e3 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
| @@ -4113,7 +4113,7 @@ int insmod_main( int argc, char **argv) | |||
| 4113 | 4113 | ||
| 4114 | if (strncmp(uts_info.release, m_strversion, STRVERSIONLEN) != 0) { | 4114 | if (strncmp(uts_info.release, m_strversion, STRVERSIONLEN) != 0) { |
| 4115 | if (flag_force_load) { | 4115 | if (flag_force_load) { |
| 4116 | bb_error_msg("Warning: kernel-module version mismatch\n" | 4116 | bb_error_msg("warning: kernel-module version mismatch\n" |
| 4117 | "\t%s was compiled for kernel version %s\n" | 4117 | "\t%s was compiled for kernel version %s\n" |
| 4118 | "\twhile this kernel is version %s", | 4118 | "\twhile this kernel is version %s", |
| 4119 | m_filename, m_strversion, uts_info.release); | 4119 | m_filename, m_strversion, uts_info.release); |
| @@ -4134,7 +4134,7 @@ int insmod_main( int argc, char **argv) | |||
| 4134 | goto out; | 4134 | goto out; |
| 4135 | k_crcs = new_is_kernel_checksummed(); | 4135 | k_crcs = new_is_kernel_checksummed(); |
| 4136 | } else { | 4136 | } else { |
| 4137 | bb_error_msg("Not configured to support old kernels"); | 4137 | bb_error_msg("not configured to support old kernels"); |
| 4138 | goto out; | 4138 | goto out; |
| 4139 | } | 4139 | } |
| 4140 | 4140 | ||
