diff options
Diffstat (limited to 'src/lookup_local.c')
-rw-r--r-- | src/lookup_local.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lookup_local.c b/src/lookup_local.c index b281507..9f7075c 100644 --- a/src/lookup_local.c +++ b/src/lookup_local.c @@ -26,7 +26,7 @@ #endif #include <ext2fs/ext2fs.h> -#include <ext2fs/ext2_io.h> +//#include <ext2fs/ext2_io.h> #include "ext2fsP.h" #include <ctype.h> #include <time.h> @@ -484,10 +484,7 @@ void list_dir2(ext2_ino_t ino, struct ext2_inode *inode) } - - //-------------------------------------------------- -// // local sub function // load dir-index in a dir_list struct dir_list_head_t* get_dir3(struct ext2_inode* d_inode,ext2_ino_t path_ino, ext2_ino_t ino, |