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, release/2.15/master, updated. glibc-2.15-19-g3088c58


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, release/2.15/master has been updated
       via  3088c58cbb15172e01cd9cc7e21ed06bc2b27889 (commit)
      from  13ccceff48fe5c08cd33d92c177b6e3299df1a11 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3088c58cbb15172e01cd9cc7e21ed06bc2b27889

commit 3088c58cbb15172e01cd9cc7e21ed06bc2b27889
Author: Richard Henderson <rth@twiddle.net>
Date:   Thu Feb 9 11:21:47 2012 -0800

    Use <> for include of kernel-features.h.
    
    (cherry-picked from commit af850b1c978bdca648ef9fb141e785d75f74d9bf)

diff --git a/ChangeLog b/ChangeLog
index ff8dcc8..3b5e69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,11 @@
 	[BZ #11494]
 	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
 
+2012-02-09  Richard Henderson  <rth@twiddle.net>
+
+	* sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
+	of kernel-features.h.
+
 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
diff --git a/NEWS b/NEWS
index cffce88..bbf14c0 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Version 2.15.1
 
 * The following bugs are resolved with this release:
 
-  411, 2547, 2548, 11365, 11494, 13731, 13732, 13733, 13747, 13748
+  411, 2547, 2548, 11365, 11494, 13731, 13732, 13733, 13747, 13748, 13749
 
 Version 2.15
 
diff --git a/sysdeps/unix/sysv/linux/internal_statvfs.c b/sysdeps/unix/sysv/linux/internal_statvfs.c
index a0bad02..7cb3da1 100644
--- a/sysdeps/unix/sysv/linux/internal_statvfs.c
+++ b/sysdeps/unix/sysv/linux/internal_statvfs.c
@@ -29,7 +29,7 @@
 #include <sys/statfs.h>
 #include <sys/statvfs.h>
 #include "linux_fsinfo.h"
-#include "kernel-features.h"
+#include <kernel-features.h>
 
 
 /* Special internal-only bit value.  */

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

Summary of changes:
 ChangeLog                                  |    5 +++++
 NEWS                                       |    2 +-
 sysdeps/unix/sysv/linux/internal_statvfs.c |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


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]