Harald Küthe wrote: >> 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.
Right. The modutils-24.c stuff seems to be already in SVN. And the .o searching code looks ok, but is a bit bloaty. I can try to clean it up and resend. Cheers, Timo _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
