diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-01-10 11:25:53 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-01-10 11:25:53 +0000 |
commit | 5fca00d860f9a4c2aac0267e777e08c1ae155609 (patch) | |
tree | ae5e3fca624353f762c52a0efd37607f39e38d77 | |
parent | 920e4681edef37642598d07258cb73c6ccd3b8a0 (diff) | |
download | busybox-w32-5fca00d860f9a4c2aac0267e777e08c1ae155609.tar.gz busybox-w32-5fca00d860f9a4c2aac0267e777e08c1ae155609.tar.bz2 busybox-w32-5fca00d860f9a4c2aac0267e777e08c1ae155609.zip |
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!)
git-svn-id: svn://busybox.net/trunk/busybox@8268 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | modutils/modprobe.c | 1 |
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 ) | |||
259 | current-> m_deparr [current-> m_depcnt - 1] = dep; | 259 | current-> m_deparr [current-> m_depcnt - 1] = dep; |
260 | 260 | ||
261 | //printf ( " %d) %s\n", current-> m_depcnt, current-> m_deparr [current-> m_depcnt -1] ); | 261 | //printf ( " %d) %s\n", current-> m_depcnt, current-> m_deparr [current-> m_depcnt -1] ); |
262 | p = next + 2; | ||
262 | } while (next < end); | 263 | } while (next < end); |
263 | } | 264 | } |
264 | 265 | ||