patch-libparted_fs_xfs_platform_defs_h 385 B

1234567891011
  1. --- parted-3.1.orig/libparted/fs/xfs/platform_defs.h 2012-01-12 17:38:40.000000000 +0100
  2. +++ parted-3.1/libparted/fs/xfs/platform_defs.h 2013-12-25 20:53:13.000000000 +0100
  3. @@ -51,7 +51,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;