Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 15:29:08 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-16 15:29:08 +0400
commit06b064c28d7637bd32c53827fecbec9d768ee60e (patch)
treecd8c82eba2a6b13008527e234ab359a0b8fc2e63 /e2fsprogs
parent838dacaa002c068928c73af379517f07cd01faf6 (diff)
Comment out "#include <strings.h>" everywhere
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/old_e2fsprogs/ext2fs/bitops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h b/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
index 6dd30862b..b34bd98f7 100644
--- a/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
+++ b/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
@@ -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);