tools/e2fsprogs: update to 1.42.13
[openwrt.git] / tools / e2fsprogs / patches / 004-freebsd-compat.patch
1 --- a/lib/ext2fs/tdb.c
2 +++ b/lib/ext2fs/tdb.c
3 @@ -56,7 +56,9 @@
4  #include <utime.h>
5  #endif
6  #include <sys/stat.h>
7 +#ifndef __FreeBSD__
8  #include <sys/file.h>
9 +#endif
10  #include <fcntl.h>
11  
12  #ifdef HAVE_SYS_MMAN_H