From a08209ee56b3587dff4b4004f3e313e83ad88d7d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 25 Dec 2013 20:58:14 +0100 Subject: fix musl compile --- package/parted/patches/patch-libparted_fs_xfs_platform_defs_h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/parted/patches/patch-libparted_fs_xfs_platform_defs_h (limited to 'package/parted/patches/patch-libparted_fs_xfs_platform_defs_h') diff --git a/package/parted/patches/patch-libparted_fs_xfs_platform_defs_h b/package/parted/patches/patch-libparted_fs_xfs_platform_defs_h new file mode 100644 index 000000000..9d6fe232d --- /dev/null +++ b/package/parted/patches/patch-libparted_fs_xfs_platform_defs_h @@ -0,0 +1,11 @@ +--- parted-3.1.orig/libparted/fs/xfs/platform_defs.h 2012-01-12 17:38:40.000000000 +0100 ++++ parted-3.1/libparted/fs/xfs/platform_defs.h 2013-12-25 20:53:13.000000000 +0100 +@@ -51,7 +51,7 @@ + # define constpp char * const * + #endif + +-typedef loff_t xfs_off_t; ++typedef off_t xfs_off_t; + typedef uint64_t xfs_ino_t; + typedef uint32_t xfs_dev_t; + typedef int64_t xfs_daddr_t; -- cgit v1.2.3