aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-10 11:25:53 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-10 11:25:53 +0000
commit8e2f74f5a7f6222d759c32431a562ce9728f7fc9 (patch)
treeae5e3fca624353f762c52a0efd37607f39e38d77 /modutils
parent95f75a3dcdbdf78fbb30d2a2e3e7777ee8ba1129 (diff)
downloadbusybox-8e2f74f5a7f6222d759c32431a562ce9728f7fc9.tar.gz
Woody Suwalski writes:
I have found the problem in modprobe, so here is the promised patch At the current stage I can use it as modprobe while switching between 2.4 and 2.6 seemlesly...(that is good!)
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 1e4d24e0d..68754696b 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -259,6 +259,7 @@ static struct dep_t *build_dep ( void )
current-> m_deparr [current-> m_depcnt - 1] = dep;
//printf ( " %d) %s\n", current-> m_depcnt, current-> m_deparr [current-> m_depcnt -1] );
+ p = next + 2;
} while (next < end);
}