X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Fmkimage%2Fpatches%2F060-remove_kernel_includes.patch;fp=tools%2Fmkimage%2Fpatches%2F060-remove_kernel_includes.patch;h=fa533cd22d09ae077a5484b504dfe8d12a190aa8;hp=9462ca6aa8da79ed4211b3539529985b6c126ad2;hb=d655b063cffccad56dcf5e609e5c8ad37ac026a6;hpb=3bb7cf62851440bbdb103a3359d87be9624c3e0c diff --git a/tools/mkimage/patches/060-remove_kernel_includes.patch b/tools/mkimage/patches/060-remove_kernel_includes.patch index 9462ca6aa8..fa533cd22d 100644 --- a/tools/mkimage/patches/060-remove_kernel_includes.patch +++ b/tools/mkimage/patches/060-remove_kernel_includes.patch @@ -1,6 +1,6 @@ --- a/include/compiler.h +++ b/include/compiler.h -@@ -53,6 +53,11 @@ +@@ -58,6 +58,11 @@ typedef uint8_t __u8; typedef uint16_t __u16; typedef uint32_t __u32; typedef unsigned int uint; @@ -14,7 +14,7 @@ ((((x) & 0xff00) >> 8) | \ --- a/include/linux/posix_types.h +++ b/include/linux/posix_types.h -@@ -43,6 +43,8 @@ +@@ -43,6 +43,8 @@ typedef void (*__kernel_sighandler_t)(in /* Type of a SYSV IPC key. */ typedef int __kernel_key_t;