From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79794 invoked by alias); 8 Apr 2019 09:00:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 79786 invoked by uid 89); 8 Apr 2019 09:00:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=deprecated, HX-Languages-Length:429 X-HELO: mx1.redhat.com From: Florian Weimer To: libc-alpha@sourceware.org Subject: Re: [PATCH] resolv: Remove support for RES_USE_INET6 and the inet6 option References: <20190312171958.451BD83089A1@oldenburg2.str.redhat.com> Date: Mon, 08 Apr 2019 10:07:00 -0000 In-Reply-To: <20190312171958.451BD83089A1@oldenburg2.str.redhat.com> (Florian Weimer's message of "Tue, 12 Mar 2019 18:19:58 +0100") Message-ID: <87o95gswhg.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-04/txt/msg00165.txt.bz2 * Florian Weimer: > This functionality was deprecated in glibc 2.25. > > This commit only includes the core changes to remove the > functionality. It does not remove the RES_USE_INET6 handling in the > individual NSS service modules and the res_use_inet6 function. > These changes will happen in future commits. I have committed this. Thanks, Florian