From 8e2f74f5a7f6222d759c32431a562ce9728f7fc9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 10 Jan 2004 11:25:53 +0000 Subject: 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!) --- modutils/modprobe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modutils/modprobe.c') 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); } -- cgit v1.2.3