summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-01 06:33:28 +0000
committerSam James <sam@gentoo.org>2022-01-01 06:33:28 +0000
commit966301a1394d71452359ef78039225076bada734 (patch)
tree9b694f5445231b165834f61695caae97962f5142
parentapp-emulation/aqemu: Stabilize 0.9.2-r2 x86, #738020 (diff)
downloadgentoo-966301a1.tar.gz
gentoo-966301a1.tar.bz2
gentoo-966301a1.zip
sys-kernel/linux-headers: drop patch in patchset for 5.10
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-5.10-remove-inclusion-sysinfo.h.patch24
-rw-r--r--sys-kernel/linux-headers/linux-headers-5.10-r2.ebuild1
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-kernel/linux-headers/files/linux-headers-5.10-remove-inclusion-sysinfo.h.patch b/sys-kernel/linux-headers/files/linux-headers-5.10-remove-inclusion-sysinfo.h.patch
deleted file mode 100644
index 7f23d77a71a5..000000000000
--- a/sys-kernel/linux-headers/files/linux-headers-5.10-remove-inclusion-sysinfo.h.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://git.alpinelinux.org/aports/tree/main/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch
-https://bugs.gentoo.org/828726
-
-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.
---- a/include/uapi/linux/kernel.h
-+++ b/include/uapi/linux/kernel.h
-@@ -2,7 +2,9 @@
- #ifndef _UAPI_LINUX_KERNEL_H
- #define _UAPI_LINUX_KERNEL_H
-
-+#ifdef __GLIBC__
- #include <linux/sysinfo.h>
-+#endif
- #include <linux/const.h>
-
- #endif /* _UAPI_LINUX_KERNEL_H */
-
-
diff --git a/sys-kernel/linux-headers/linux-headers-5.10-r2.ebuild b/sys-kernel/linux-headers/linux-headers-5.10-r2.ebuild
index cbacecb5291d..ce31c0eacbdf 100644
--- a/sys-kernel/linux-headers/linux-headers-5.10-r2.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.10-r2.ebuild
@@ -31,7 +31,6 @@ src_prepare() {
if use elibc_musl ; then
# TODO: May need forward porting to newer versions
eapply "${FILESDIR}"/${PN}-5.10-Use-stddefs.h-instead-of-compiler.h.patch
- eapply "${FILESDIR}"/${PN}-5.10-remove-inclusion-sysinfo.h.patch
fi
default