summaryrefslogtreecommitdiff
path: root/package/parted/patches/patch-lib_config_h_in
blob: 0a83e62dcb6a987b75460ee5d724027d33138511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- parted-3.3.orig/lib/config.h.in	2019-10-11 01:03:37.000000000 +0200
+++ parted-3.3/lib/config.h.in	2020-06-06 20:12:43.000000000 +0200
@@ -1249,6 +1249,11 @@
 /* Enable large inode numbers on Mac OS X 10.5. */
 #undef _DARWIN_USE_64_BIT_INODE
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS