[BusyBox-cvs] busybox/modutils insmod.c,1.118,1.119

Erik Andersen,,, andersen at busybox.net
Wed May 26 12:06:41 UTC 2004


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

Modified Files:
	insmod.c 
Log Message:
oops


Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- a/insmod.c	26 May 2004 11:38:46 -0000	1.118
+++ b/insmod.c	26 May 2004 12:06:38 -0000	1.119
@@ -1337,7 +1337,7 @@
 			break;
 #endif
 
-#elif defined(__H8300H__) || defined(__H8300S__)
+#if defined(__H8300H__) || defined(__H8300S__)
 	        case R_H8_DIR24R8:
 			loc = (ElfW(Addr) *)((ElfW(Addr))loc - 1);
 			*loc = (*loc & 0xff000000) | ((*loc & 0xffffff) + v);




More information about the busybox-cvs mailing list