X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.28%2F903-stddef_include.patch;fp=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.28%2F903-stddef_include.patch;h=0000000000000000000000000000000000000000;hb=b77857e71e2b53440a95e1b9d0e719374a27882b;hp=7fe248d8d333820172dba0c46fc5bfd11103169a;hpb=06d2da8f0072a6635fdfdbb02393fd857ff049b3;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/generic-2.6/patches-2.6.28/903-stddef_include.patch b/target/linux/generic-2.6/patches-2.6.28/903-stddef_include.patch deleted file mode 100644 index 7fe248d8d3..0000000000 --- a/target/linux/generic-2.6/patches-2.6.28/903-stddef_include.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/include/linux/stddef.h -+++ b/include/linux/stddef.h -@@ -16,6 +16,7 @@ enum { - false = 0, - true = 1 - }; -+#endif /* __KERNEL__ */ - - #undef offsetof - #ifdef __compiler_offsetof -@@ -23,6 +24,5 @@ enum { - #else - #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) - #endif --#endif /* __KERNEL__ */ - - #endif