bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* [PATCH] largefile: remove _DARWIN_USE_64_BIT_INODE
@ 2020-02-22  1:28 Paul Eggert
  0 siblings, 0 replies; only message in thread
From: Paul Eggert @ 2020-02-22  1:28 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Paul Eggert

It’s not needed in currently-supported macOS versions, and was
problematic anyway in MacOS X 10.5 which was the only version that
could use it.  Problem reported by Peter Eisentraut in:
https://lists.gnu.org/r/bug-autoconf/2020-02/msg00004.html
* m4/largefile.m4 (AC_SYS_LARGEFILE):
Don’t define _DARWIN_USE_64_BIT_INODE.
This syncs with Autoconf master.
---
 ChangeLog       | 9 +++++++++
 m4/largefile.m4 | 3 ---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 89beae3d7..ee4d041e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2020-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 
+	largefile: remove _DARWIN_USE_64_BIT_INODE
+	It’s not needed in currently-supported macOS versions, and was
+	problematic anyway in MacOS X 10.5 which was the only version that
+	could use it.  Problem reported by Peter Eisentraut in:
+	https://lists.gnu.org/r/bug-autoconf/2020-02/msg00004.html
+	* m4/largefile.m4 (AC_SYS_LARGEFILE):
+	Don’t define _DARWIN_USE_64_BIT_INODE.
+	This syncs with Autoconf master.
+
 	Add ‘extern "C"’ to count-one-bits.h etc.
 	This ports these .h files to C++.
 	Problem reported by Simon Marchi in:
diff --git a/m4/largefile.m4 b/m4/largefile.m4
index e381339c4..8017ca70e 100644
--- a/m4/largefile.m4
+++ b/m4/largefile.m4
@@ -113,9 +113,6 @@ if test "$enable_largefile" != no; then
       [Define for large files, on AIX-style hosts.],
       [_AC_SYS_LARGEFILE_TEST_INCLUDES])
   fi
-
-  AC_DEFINE([_DARWIN_USE_64_BIT_INODE], [1],
-    [Enable large inode numbers on Mac OS X 10.5.])
 fi
 ])# AC_SYS_LARGEFILE
 ])# m4_version_prereq 2.70
-- 
2.24.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-22  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22  1:28 [PATCH] largefile: remove _DARWIN_USE_64_BIT_INODE Paul Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).