[BusyBox-cvs] busybox/modutils insmod.c,1.98,1.99

Erik Andersen andersen at busybox.net
Tue Jul 22 08:57:20 UTC 2003


Update of /var/cvs/busybox/modutils
In directory winder:/tmp/cvs-serv29080/modutils

Modified Files:
	insmod.c 
Log Message:
Remove remaining libc5 support code


Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- insmod.c	14 Jul 2003 21:21:00 -0000	1.98
+++ insmod.c	22 Jul 2003 08:56:50 -0000	1.99
@@ -492,7 +492,7 @@
 # endif
 #endif
 
-/* For some reason this is missing from libc5.  */
+/* For some reason this is missing from some ancient C libraries....  */
 #ifndef ELF32_ST_INFO
 # define ELF32_ST_INFO(bind, type)       (((bind) << 4) + ((type) & 0xf))
 #endif




More information about the busybox-cvs mailing list