patch-libparted_fs_xfs_platform_defs_h 385 B

1234567891011
  1. --- parted-3.3.orig/libparted/fs/xfs/platform_defs.h 2019-10-11 00:58:51.000000000 +0200
  2. +++ parted-3.3/libparted/fs/xfs/platform_defs.h 2020-06-06 20:12:43.000000000 +0200
  3. @@ -52,7 +52,7 @@
  4. # define constpp char * const *
  5. #endif
  6. -typedef loff_t xfs_off_t;
  7. +typedef off_t xfs_off_t;
  8. typedef uint64_t xfs_ino_t;
  9. typedef uint32_t xfs_dev_t;
  10. typedef int64_t xfs_daddr_t;