diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:11:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:11:53 +0000 |
commit | 5d67fbe1b7c3aa6e64c9c694aef1e0769072e973 (patch) | |
tree | ec1c8bf5e7f64f9f25f42356462dd8d23dc141f5 /target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch | |
parent | 2b2541ebad985e416bd9a95e4fb8ccad1407570b (diff) | |
download | upstream-5d67fbe1b7c3aa6e64c9c694aef1e0769072e973.tar.gz upstream-5d67fbe1b7c3aa6e64c9c694aef1e0769072e973.tar.bz2 upstream-5d67fbe1b7c3aa6e64c9c694aef1e0769072e973.zip |
generic-2.6/2.6.23: refresh patches
SVN-Revision: 14448
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch b/target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch index c0c01c0101..7fe248d8d3 100644 --- a/target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch +++ b/target/linux/generic-2.6/patches-2.6.23/903-stddef_include.patch @@ -1,6 +1,6 @@ --- a/include/linux/stddef.h +++ b/include/linux/stddef.h -@@ -16,6 +16,7 @@ +@@ -16,6 +16,7 @@ enum { false = 0, true = 1 }; @@ -8,7 +8,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 |