also install required files for HAVE_INCLUDES
[buildroot.git] / package / e2fsprogs / e2fsprogs-1.41.3-02-export-ext2fs_namei_follow.patch
blobbad00d96365996273b2f1c6ac7a3eb1c3b780bce
1 \\\\
2 \\ yaboot/second/fs_ext2.o: In function `ext2_open':
3 \\ fs_ext2.c:(.text+0x948): undefined reference to `ext2fs_namei_follow'
4 --- e2fsprogs-1.41.3.orig/lib/ext2fs/ext2fs.h 2008-10-11 16:57:31.000000000 +0200
5 +++ e2fsprogs-1.41.3/lib/ext2fs/ext2fs.h 2008-10-31 17:39:17.000000000 +0100
6 @@ -1032,7 +1032,7 @@ extern errcode_t ext2fs_lookup(ext2_fils
7 int namelen, char *buf, ext2_ino_t *inode);
8 extern errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
9 const char *name, ext2_ino_t *inode);
10 -errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
11 +extern errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
12 const char *name, ext2_ino_t *inode);
13 extern errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
14 ext2_ino_t inode, ext2_ino_t *res_inode);
15 --- e2fsprogs-1.41.3.orig/lib/ext2fs/Makefile.in 2008-10-07 16:22:39.000000000 +0200
16 +++ e2fsprogs-1.41.3/lib/ext2fs/Makefile.in 2008-10-31 17:49:35.000000000 +0100
17 @@ -8,7 +8,7 @@ INSTALL = @INSTALL@
18 @MCONFIG@
20 @DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o fileio.o \
21 -@DEBUGFS_CMT@ inode_io.o namei.o write_bb_file.o
22 +@DEBUGFS_CMT@ inode_io.o write_bb_file.o
24 MK_CMDS= _SS_DIR_OVERRIDE=../ss ../ss/mk_cmds
26 @@ -61,6 +61,7 @@ OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_O
27 lookup.o \
28 mkdir.o \
29 mkjournal.o \
30 + namei.o \
31 native.o \
32 newdir.o \
33 openfs.o \