From a4b632413a3365ac7347ca54dff7271e77fd8de2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 15 Mar 2015 04:43:22 +0000 Subject: kernel: fix portability issues of the x86 vdso2c utility Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44757 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic/patches-3.18/213-x86_vdso_portability.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/generic/patches-3.18/213-x86_vdso_portability.patch (limited to 'target/linux/generic/patches-3.18') diff --git a/target/linux/generic/patches-3.18/213-x86_vdso_portability.patch b/target/linux/generic/patches-3.18/213-x86_vdso_portability.patch new file mode 100644 index 0000000000..937ab9054d --- /dev/null +++ b/target/linux/generic/patches-3.18/213-x86_vdso_portability.patch @@ -0,0 +1,13 @@ +--- a/arch/x86/vdso/vdso2c.c ++++ b/arch/x86/vdso/vdso2c.c +@@ -63,8 +63,8 @@ + + #include + +-#include +-#include ++#include ++#include + + const char *outfilename; + -- cgit v1.2.3