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-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D7F181F4B4 for ; Thu, 28 Jan 2021 00:31:50 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A39E2386F46A; Thu, 28 Jan 2021 00:31:49 +0000 (GMT) Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id D557C3851C13 for ; Thu, 28 Jan 2021 00:31:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D557C3851C13 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: V/d/J4MYKd5XojwO7rkwxKrQMjpOvZth80RPnV+yt3DJzKOuspEQjadm1fPFwu+zH2WeKZVQTu Ck6wADhSNHc5/WcoyVtpQ7CmRncTsgCGxYVvya9JihlagyNEU+Ol3anUNYULOSrhigYnrs78HG UNJwhnubsL3OTJBQpN1INozngRUJJ/d0sjR+y9MWUCibj3d8TrUA+lurmL1MDYFAlQcOwF+2y8 T3tCyXRP4oLhHepkbc53PBW63rMkS8f2z9zwLLJawmP9/W+dO9T0o+g5XuXKt4qFNDsh4Vdjn1 FcE= X-IronPort-AV: E=Sophos;i="5.79,380,1602576000"; d="scan'208";a="57646588" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 27 Jan 2021 16:31:45 -0800 IronPort-SDR: Mz8UEit5aVPteirkCoLYbld2NfaPYRcxDJ0zBm+ZZZoBvUm7Oi1XNVZR4wqxo+rkTaYg44EUlj D5jMbySpHipKTIon0LQckjaMXR3SKe5PlrwpDZaDF+lrleXQ6r8uYMH6cAoP7BDfvShTmlKmU/ MrkLmUkLwblvLzS0umd00kmYmipEWrm1BvOLMfV2SmPknt1MWSx0gtgWYC6116buh5sgF6w07r /407ER04o92hGBxUA0vrFXN2N61hL4Hp4oI7YA2vMfFdPPOlz2/T43fLTcBPOOvKyECeIhgmRo U5k= Date: Thu, 28 Jan 2021 00:31:39 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: DJ Delorie Subject: Re: [v2] nsswitch: do not reload if "/" changes In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: fweimer@redhat.com, libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" This has broken the testsuite build for Hurd. tst-reload2.c: In function 'do_test': tst-reload2.c:78:13: error: 'PATH_MAX' undeclared (first use in this function) 78 | char buf1[PATH_MAX]; | ^~~~~~~~ tst-reload2.c:78:13: note: each undeclared identifier is reported only once for each function it appears in https://sourceware.org/pipermail/libc-testresults/2021q1/007436.html -- Joseph S. Myers joseph@codesourcery.com