From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B35AB1F575 for ; Sat, 22 Feb 2020 01:28:28 +0000 (UTC) Received: from localhost ([::1]:37992 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5Jal-0007le-8Q for normalperson@yhbt.net; Fri, 21 Feb 2020 20:28:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35358) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5Jag-0007lS-ST for bug-gnulib@gnu.org; Fri, 21 Feb 2020 20:28:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5Jaf-0007lN-9t for bug-gnulib@gnu.org; Fri, 21 Feb 2020 20:28:22 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:41848) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5Jaf-0007hZ-4f for bug-gnulib@gnu.org; Fri, 21 Feb 2020 20:28:21 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 605571600D3 for ; Fri, 21 Feb 2020 17:28:18 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id m5KqP-u0XIvU; Fri, 21 Feb 2020 17:28:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 74AF91600D1; Fri, 21 Feb 2020 17:28:17 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id OdvuDSWJW6pH; Fri, 21 Feb 2020 17:28:17 -0800 (PST) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 557341600D0; Fri, 21 Feb 2020 17:28:17 -0800 (PST) From: Paul Eggert To: bug-gnulib@gnu.org Subject: [PATCH] largefile: remove _DARWIN_USE_64_BIT_INODE Date: Fri, 21 Feb 2020 17:28:13 -0800 Message-Id: <20200222012813.36057-1-eggert@cs.ucla.edu> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" It=E2=80=99s 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=E2=80=99t 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 =20 + largefile: remove _DARWIN_USE_64_BIT_INODE + It=E2=80=99s 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=E2=80=99t define _DARWIN_USE_64_BIT_INODE. + This syncs with Autoconf master. + Add =E2=80=98extern "C"=E2=80=99 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" !=3D 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 --=20 2.24.1