summaryrefslogtreecommitdiff
path: root/package/parted/patches/patch-libparted_fs_xfs_platform_defs_h
blob: 598f75b2e91746f319abc19086b6d6dcd3f31386 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- parted-3.3.orig/libparted/fs/xfs/platform_defs.h	2019-10-11 00:58:51.000000000 +0200
+++ parted-3.3/libparted/fs/xfs/platform_defs.h	2020-06-06 20:12:43.000000000 +0200
@@ -52,7 +52,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;