1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-26 02:09:50 +03:00

tools/e2fsprogs: fix freebsd compile issue

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-11-24 14:00:36 +00:00
parent eb658d688e
commit d6a6672190

View File

@ -0,0 +1,18 @@
--- a/lib/ext2fs/tdb.c
+++ b/lib/ext2fs/tdb.c
@@ -29,6 +29,7 @@ Last Changed Date: 2007-06-22 13:36:10 -
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <sys/file.h>
#ifdef CONFIG_STAND_ALONE
#define HAVE_MMAP
#define HAVE_STRDUP
@@ -55,7 +56,6 @@ Last Changed Date: 2007-06-22 13:36:10 -
#include <utime.h>
#endif
#include <sys/stat.h>
-#include <sys/file.h>
#include <fcntl.h>
#ifdef HAVE_SYS_MMAN_H