X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d64ffb3e3ce35ca67dbaaddc35cc7ca35e2b59b..adde7768a2eab2950a7628319ec832c63a00ff03:/target/linux/generic-2.6/patches/903-stddef_include.patch diff --git a/target/linux/generic-2.6/patches/903-stddef_include.patch b/target/linux/generic-2.6/patches/903-stddef_include.patch index 6ce8558c3..3b40ced97 100644 --- a/target/linux/generic-2.6/patches/903-stddef_include.patch +++ b/target/linux/generic-2.6/patches/903-stddef_include.patch @@ -1,6 +1,8 @@ ---- linux-2.6.19.2/include/linux/stddef.h.old 2007-02-14 03:34:54.861805424 +0100 -+++ linux-2.6.19.2/include/linux/stddef.h 2007-02-14 03:35:06.331061832 +0100 -@@ -16,6 +16,7 @@ +Index: linux-2.6.21.7/include/linux/stddef.h +=================================================================== +--- linux-2.6.21.7.orig/include/linux/stddef.h ++++ linux-2.6.21.7/include/linux/stddef.h +@@ -16,6 +16,7 @@ enum { false = 0, true = 1 }; @@ -8,7 +10,7 @@ #undef offsetof #ifdef __compiler_offsetof -@@ -23,6 +24,5 @@ +@@ -23,6 +24,5 @@ enum { #else #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) #endif