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.24
/
207-powerpc_asm_segment_h.patch
1
--- /dev/null
2
+++ b/include/asm-powerpc/segment.h
3
@@ -0,0 +1,6 @@
4
+#ifndef _ASM_SEGMENT_H
5
+#define _ASM_SEGMENT_H
6
+
7
+/* Only here because we have some old header files that expect it.. */
8
+
9
+#endif /* _ASM_SEGMENT_H */
This page took
0.04352 seconds
and
5
git commands to generate.