From: Eric Andersen Date: Sat, 10 Jan 2004 11:25:53 +0000 (-0000) Subject: Woody Suwalski writes: X-Git-Tag: 1_00_pre6~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e2f74f5a7f6222d759c32431a562ce9728f7fc9;p=oweals%2Fbusybox.git 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!) --- 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); }