[BusyBox-cvs] busybox/modutils modprobe.c,1.26,1.27

Erik Andersen andersen at busybox.net
Sat Jan 10 11:25:55 UTC 2004


Update of /var/cvs/busybox/modutils
In directory nail:/tmp/cvs-serv16014/modutils

Modified Files:
	modprobe.c 
Log Message:
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!)



Index: modprobe.c
===================================================================
RCS file: /var/cvs/busybox/modutils/modprobe.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- modprobe.c	6 Jan 2004 00:07:17 -0000	1.26
+++ modprobe.c	10 Jan 2004 11:25:53 -0000	1.27
@@ -259,6 +259,7 @@
 			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);
 		}
 




More information about the busybox-cvs mailing list