projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.23
/
903-stddef_include.patch
1
--- a/include/linux/stddef.h
2
+++ b/include/linux/stddef.h
3
@@ -16,6 +16,7 @@
4
false = 0,
5
true = 1
6
};
7
+#endif /* __KERNEL__ */
8
9
#undef offsetof
10
#ifdef __compiler_offsetof
11
@@ -23,6 +24,5 @@
12
#else
13
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
14
#endif
15
-#endif /* __KERNEL__ */
16
17
#endif
This page took
0.053575 seconds
and
5
git commands to generate.