[PATCH 2/2] Use <> for include of kernel-features.h.
Richard Henderson
rth@twiddle.net
Thu Feb 9 20:19:00 GMT 2012
---
ChangeLog | 3 +++
sysdeps/unix/sysv/linux/internal_statvfs.c | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
Lack of <> meant we always picked up the copy of kernel-features.h
in that directory, not the "most current".
Committed as obvious.
diff --git a/ChangeLog b/ChangeLog
index 8585e5a..5c1f46f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-02-09 Richard Henderson <rth@twiddle.net>
+ * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
+ of kernel-features.h.
+
* elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
2012-02-08 Marek Polacek <polacek@redhat.com>
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. */
--
1.7.7.6
More information about the Libc-alpha
mailing list