diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-10 11:25:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-10 11:25:53 +0000 |
commit | 8e2f74f5a7f6222d759c32431a562ce9728f7fc9 (patch) | |
tree | ae5e3fca624353f762c52a0efd37607f39e38d77 | |
parent | 95f75a3dcdbdf78fbb30d2a2e3e7777ee8ba1129 (diff) |
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!)
-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 ) 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); } |