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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,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 (server1.sourceware.org [209.132.180.131]) (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 B3AB21F453 for ; Mon, 11 Feb 2019 09:23:36 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=IsNjI 3FlGFRAlpZ9EdNToUYDqDlbXp/npYHhSPnJpfRBSzwXfdA4Tst4FZY+469POAEj9 rapA0vZWlCz4GTsDnDc8X+6O7SflIGo7VpF0rrV+Lq2BK/tS9lcAQIsWp/DXIp5I 67qX6zztOz8vC1rD5rhp2eoT8od2Hpnls7hGVE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=3Hsn/D8tHzz pSrALe8NHuaufD+Y=; b=T+cwujYRG06CwVQ3KD2Bmv1vxj93etopLVFW+tnq71L WUOWg5R05546Ecxg5KTRp2GdE7lL8FgJAnLpE+rMMKL/8Q39Xet0hj7xcW4RCxKn ayb3DbesACSXDbba3MJEBeszh5RPZMCOciq8L+crRXP0Qk3efovzhLRvjug6M2Pg = Received: (qmail 2432 invoked by alias); 11 Feb 2019 09:23:34 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 2224 invoked by uid 89); 11 Feb 2019 09:23:34 -0000 Authentication-Results: sourceware.org; auth=none 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: <87tvjxknpk.fsf@oldenburg.str.redhat.com> <875zw8hzw4.fsf@oldenburg2.str.redhat.com> Date: Mon, 11 Feb 2019 10:23:29 +0100 In-Reply-To: <875zw8hzw4.fsf@oldenburg2.str.redhat.com> (Florian Weimer's message of "Wed, 05 Dec 2018 14:22:19 +0100") Message-ID: <87lg2mhe5q.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 * Florian Weimer: > * Florian Weimer: > >> This functionality was deprecated in glibc 2.25. > > Do you think we can remove the functionality, or should we wait some > more time? I'm going to commit this to master soon. I asked on dns-operations, and no one wants to keep this interface: Thanks, Florian