From patchwork Thu Apr 20 20:44:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 753001 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 ozlabs.org (Postfix) with ESMTPS id 3w89pl12xKz9s2x for ; Fri, 21 Apr 2017 06:44:46 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="tvBQnAoV"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; q=dns; s=default; b= unyplvy1b01AQVvFHdcEGC0WJYbMBDHI+y/Ssp7faU36/8TGJNH9rhjBuHSPRADl +INe6ugX1NGCvIFcFv5g4xLdmpMAEUhhLN7cIWEJc3j+8ZUGPwDflTR6gOhEMxBc UaGVNJaYb14wH7u9RWGpKW4wuyhHzl52cQl28Cv0Pl4= 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:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; s=default; bh=y2EOyU vlg7X6t5M64/e520nd5LM=; b=tvBQnAoVDZWKWJBYlizHBIhcUD0EYDTXHNDrws sicLrRmWqUKLYAAn2jM5Mn24Tcb+JvM0BvtbL7oZ995ugn0n9eMutPE4wQe5T+W4 PUtwgmNQ6t1ahFeB5NvAoQzkZf5o9KJ6ZAHHX2tw1gPbMEwA9zmUtzJl/zJCU6QW Zc0js= Received: (qmail 30197 invoked by alias); 20 Apr 2017 20:44:35 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 29684 invoked by uid 89); 20 Apr 2017 20:44:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=advertised, H*MI:oldenburg, 1200, card X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7798F8553C Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 7798F8553C Date: Thu, 20 Apr 2017 22:44:33 +0200 To: libc-alpha@sourceware.org Subject: [PATCH] Remove User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20170420204433.3896240191B29@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) This header was once used for constants related to the Gravis Ultrasound sound card. 2017-04-20 Florian Weimer * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove sys/ultrasound.h. * sysdeps/unix/sysv/linux/sys/ultrasound.h: Remove file. diff --git a/NEWS b/NEWS index 811178b..0602c87 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,8 @@ Version 2.26 * The legacy cfree function has been removed. Applications should use the free function instead. +* The obsolete header file has been removed. + Security related changes: * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes, diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 1872cdb..d79dce3 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -35,7 +35,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/kd.h sys/soundcard.h sys/vt.h \ sys/quota.h sys/fsuid.h \ scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.h \ - sys/ultrasound.h sys/raw.h sys/personality.h sys/epoll.h \ + sys/raw.h sys/personality.h sys/epoll.h \ bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h \ sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \ bits/signalfd.h bits/timerfd.h bits/epoll.h \ diff --git a/sysdeps/unix/sysv/linux/sys/ultrasound.h b/sysdeps/unix/sysv/linux/sys/ultrasound.h deleted file mode 100644 index a65c385..0000000 --- a/sysdeps/unix/sysv/linux/sys/ultrasound.h +++ /dev/null @@ -1 +0,0 @@ -#include