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:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 17:09:44 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 17:09:44 +0400
commit5342c3f3106b4afa2a76d3173f4827c4b8236da8 (patch)
treedacc6d57ae73220cf5d6db48f77911e8fb314c7c /e2fsprogs
parent345e093c2910e9e837de5b7cc5fb46752351f84d (diff)
clean up redundant, commented-out and misplaced includes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/old_e2fsprogs/ext2fs/bitops.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h b/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
index b34bd98f7..7271a497b 100644
--- a/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
+++ b/e2fsprogs/old_e2fsprogs/ext2fs/bitops.h
@@ -13,9 +13,7 @@
* i386 bitops operations taken from <asm/bitops.h>, Copyright 1992,
* Linus Torvalds.
*/
-
#include <string.h>
-//#include <strings.h>
extern int ext2fs_set_bit(unsigned int nr,void * addr);
extern int ext2fs_clear_bit(unsigned int nr, void * addr);