Christian Ostheimer writes:
authorEric Andersen <andersen@codepoet.org>
Sat, 14 Aug 2004 20:57:33 +0000 (20:57 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 14 Aug 2004 20:57:33 +0000 (20:57 -0000)
commitbeaef16315166deec3ee4eba425f4f58542c9491
treec2af504d3b56630f101e9f47a31552d4c703db47
parent9940e081c92ccf6e2ac172021b73663330c6167d
Christian Ostheimer writes:

Hello,

function build_dep in modprobe.c assumes that dependencies of one module
have not more than 255 chars;
that is not sufficient in kernel 2.6.7 (alsa sound modules). - Below is
a diff that solves the problem for me.

With regards, Christian Ostheimer
modutils/modprobe.c