diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-12 09:58:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-12 11:17:26 +0000 |
commit | ab4e5f1f008c40eb8c0894f81d304661e91f493a (patch) | |
tree | 151fa8bd55a4782aac4fb1900efacb206c677068 /main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch | |
parent | d6df531be4335221047dd36d4eeafd67d1088a0f (diff) | |
download | aports-ab4e5f1f008c40eb8c0894f81d304661e91f493a.tar.bz2 aports-ab4e5f1f008c40eb8c0894f81d304661e91f493a.tar.xz |
main/linux-headers: upgrade to 4.17.6
Diffstat (limited to 'main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch')
-rw-r--r-- | main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch b/main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch deleted file mode 100644 index 6d9e8d864e..0000000000 --- a/main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 8e69b663d6ddef132041a1186f081fdd74d4a31d Mon Sep 17 00:00:00 2001 -From: rofl0r <retnyg@gmx.net> -Date: Mon, 20 Jan 2014 21:31:34 +0100 -Subject: [PATCH 3/3] remove inclusion of sysinfo.h in kernel.h - -the declaration of struct sysinfo clashes with userspace. -it's not quite clear why that header was included from kernel.h, -as none of its functionality is needed. ---- -Signed-off-by: Khem Raj <raj.khem@gmail.com> -Upstream-Status: Submitted - - include/uapi/linux/kernel.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/include/uapi/linux/kernel.h b/include/uapi/linux/kernel.h -index 321e399..e8ff821 100644 ---- a/include/uapi/linux/kernel.h -+++ b/include/uapi/linux/kernel.h -@@ -1,7 +1,9 @@ - #ifndef _UAPI_LINUX_KERNEL_H - #define _UAPI_LINUX_KERNEL_H - -+#ifdef __GLIBC__ - #include <linux/sysinfo.h> -+#endif - - /* - * 'kernel.h' contains some often-used function prototypes etc --- -2.6.4 - |