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!)
This commit is contained in:
Eric Andersen 2004-01-10 11:25:53 +00:00
parent 95f75a3dcd
commit 8e2f74f5a7

View File

@ -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);
}