Could you put the .o searching code to insmod.c instead of modutils-24.c.
modutils-24.c is inteded to be only and only the module loader code for
2.4 kernels. insmod.c is the applet that calls either the 2.6 syscall
or modutils-24.c depending on running kernel; thus your changes would
not work on 2.6 kernels.

Here it is (including the vector-alloc stuff).
Be aware that I do not really know what I'm doing :-). Just backporting the old implementation. But it works here for kernel 2.4.

Harald

Attachment: modutils.diff.gz
Description: application/gzip

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to