aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:57:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:57:19 +0200
commitd7686c8c2c849c775007c5de19901ab6b38bd039 (patch)
tree8d4017407166a4f16a0fecd7921a8d03975636bf /modutils
parente7aa0d9eca180f77ed4226ecaa1e8961d842add7 (diff)
downloadbusybox-w32-1_15_1.tar.gz
busybox-w32-1_15_1.tar.bz2
busybox-w32-1_15_1.zip
Apply post-1.15.0 fixes; bump version to 1.15.11_15_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modprobe-small.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index 0d78033c3..9ccee5e43 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -218,6 +218,7 @@ static void parse_module(module_info *info, const char *pathname)
218 bksp(); /* remove last ' ' */ 218 bksp(); /* remove last ' ' */
219 appendc('\0'); 219 appendc('\0');
220 info->aliases = copy_stringbuf(); 220 info->aliases = copy_stringbuf();
221 replace(info->aliases, '-', '_');
221 222
222 /* "dependency1 depandency2" */ 223 /* "dependency1 depandency2" */
223 reset_stringbuf(); 224 reset_stringbuf();