From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 5802B39730B2 for ; Tue, 3 Nov 2020 00:18:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5802B39730B2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 62C6530291AB; Tue, 3 Nov 2020 01:18:26 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 895F9C1CEA; Tue, 3 Nov 2020 01:17:33 +0100 (CET) Date: Tue, 3 Nov 2020 01:17:33 +0100 From: Mark Wielaard To: =?iso-8859-1?Q?=C9rico?= Nogueira Cc: elfutils-devel@sourceware.org, =?iso-8859-1?Q?=C9rico?= Rolim Subject: Re: [PATCH v2] debuginfod.cxx: include libintl.h. Message-ID: <20201103001733.GD3335@wildebeest.org> References: <20201102005804.25192-1-ericonr@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201102005804.25192-1-ericonr@disroot.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2020 00:18:28 -0000 On Sun, Nov 01, 2020 at 09:58:04PM -0300, Érico Nogueira via Elfutils-devel wrote: > From: Érico Rolim > > Uncomment the include, since textdomain() and > bindtextdomain() functions provided by it are being used. > > Signed-off-by: Érico Rolim > --- > > This is a follow up to the patch that went the opposite way and removed > the calls to bindtextdomain() and textdomain(); it was decided that > those calls should be kept, so all that's needed here is to actually > include the header. Thanks, added a ChangeLog entry and pushed.