projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.26
/
212-mini_fo_2.6.26_fixes.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
b/target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
index
d4c940d
..
f4a4572
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
+++ b/
target/linux/generic-2.6/patches-2.6.26/212-mini_fo_2.6.26_fixes.patch
@@
-21,7
+21,7
@@
*/
STATIC void
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
*/
STATIC void
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26))
)
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26))
mini_fo_umount_begin(struct vfsmount *mnt, int flags)
{
struct vfsmount *hidden_mnt;
mini_fo_umount_begin(struct vfsmount *mnt, int flags)
{
struct vfsmount *hidden_mnt;
This page took
0.023325 seconds
and
4
git commands to generate.