This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 2/2] Use <> for include of kernel-features.h.
- From: Richard Henderson <rth at twiddle dot net>
- To: libc-alpha at sourceware dot org
- Date: Thu, 9 Feb 2012 11:25:01 -0800
- Subject: [PATCH 2/2] Use <> for include of kernel-features.h.
- References: <1328815501-12440-1-git-send-email-rth@twiddle.net>
---
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