patch-lib_config_h_in 416 B

1234567891011121314
  1. --- parted-3.0.orig/lib/config.h.in 2011-05-30 09:07:32.000000000 +0200
  2. +++ parted-3.0/lib/config.h.in 2013-02-11 15:50:00.000000000 +0100
  3. @@ -1385,6 +1385,11 @@
  4. # endif
  5. #endif
  6. +/* Enable large inode numbers on Mac OS X 10.5. */
  7. +#ifndef _DARWIN_USE_64_BIT_INODE
  8. +# define _DARWIN_USE_64_BIT_INODE 1
  9. +#endif
  10. +
  11. /* Number of bits in a file offset, on hosts where this is settable. */
  12. #undef _FILE_OFFSET_BITS