svn commit: trunk/busybox: e2fsprogs/old_e2fsprogs/ext2fs include
vda at busybox.net
vda at busybox.net
Thu Aug 16 04:29:09 PDT 2007
Author: vda
Date: 2007-08-16 04:29:08 -0700 (Thu, 16 Aug 2007)
New Revision: 19530
Log:
Comment out "#include <strings.h>" everywhere
Modified:
trunk/busybox/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
trunk/busybox/include/libbb.h
Changeset:
Modified: trunk/busybox/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
===================================================================
--- trunk/busybox/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h 2007-08-16 11:18:29 UTC (rev 19529)
+++ trunk/busybox/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h 2007-08-16 11:29:08 UTC (rev 19530)
@@ -15,7 +15,7 @@
*/
#include <string.h>
-#include <strings.h>
+//#include <strings.h>
extern int ext2fs_set_bit(unsigned int nr,void * addr);
extern int ext2fs_clear_bit(unsigned int nr, void * addr);
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h 2007-08-16 11:18:29 UTC (rev 19529)
+++ trunk/busybox/include/libbb.h 2007-08-16 11:29:08 UTC (rev 19530)
@@ -26,7 +26,7 @@
#include <stdarg.h>
#include <stddef.h>
#include <string.h>
-#include <strings.h>
+/* #include <strings.h> - said to be obsolete */
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/socket.h>
More information about the busybox-cvs
mailing list