c6435d49192bfa1f645f94e69baa62ccf1658d81
[openwrt/staging/dedeckeh.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