This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-280-gcd354a3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  cd354a38495425bcf106fc410ec5e3c598c1aebe (commit)
      from  139ace95756a61715a18051c102bd67ca5166b3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=cd354a38495425bcf106fc410ec5e3c598c1aebe

commit cd354a38495425bcf106fc410ec5e3c598c1aebe
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon May 8 14:59:21 2017 +0200

    Remove <sys/ultrasound.h>
    
    This header was once used for constants related to the Gravis
    Ultrasound sound card.

diff --git a/ChangeLog b/ChangeLog
index 4e29d93..4f09eec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-08  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
+	sys/ultrasound.h.
+	* sysdeps/unix/sysv/linux/sys/ultrasound.h: Remove file.
+
 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
diff --git a/NEWS b/NEWS
index 2a1e851..09c302b 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@ Version 2.26
   can be used with on i[4567]86 and x86_64 is 3.2.  A Linux 3.2 or later
   kernel was already required on all other architectures.
 
+* The obsolete <sys/ultrasound.h> 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 a8790b1..8e7a45d 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 <linux/ultrasound.h>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                |    6 ++++++
 NEWS                                     |    2 ++
 sysdeps/unix/sysv/linux/Makefile         |    2 +-
 sysdeps/unix/sysv/linux/sys/ultrasound.h |    1 -
 4 files changed, 9 insertions(+), 2 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/sys/ultrasound.h


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]