From: Felix Fietkau Date: Sun, 15 Mar 2015 04:43:22 +0000 (+0000) Subject: kernel: fix portability issues of the x86 vdso2c utility X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b08a04cad4843e908e1ed9c594a2631c6c5a02a6 kernel: fix portability issues of the x86 vdso2c utility Signed-off-by: Felix Fietkau SVN-Revision: 44757 --- 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; +