aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-09-26 13:29:13 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-09-26 13:29:13 +0000
commita2698ec77c0cef52a6b5eab2426d945ddc81026a (patch)
tree9d650debb94a6a39ad60f2cd69df5f8053236bc2 /target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
parentf9b2e12b61301032e7b8fb0f2ea9bf005f77f5d1 (diff)
downloadupstream-a2698ec77c0cef52a6b5eab2426d945ddc81026a.tar.gz
upstream-a2698ec77c0cef52a6b5eab2426d945ddc81026a.tar.bz2
upstream-a2698ec77c0cef52a6b5eab2426d945ddc81026a.zip
refresh patches
SVN-Revision: 17738
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
index bf922a3b8d..b20b845aad 100644
--- a/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
+++ b/target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch
@@ -1,6 +1,6 @@
--- a/include/linux/union.h
+++ b/include/linux/union.h
-@@ -77,7 +77,7 @@
+@@ -77,7 +77,7 @@ extern int union_permission(struct path
#define __union_copyup(x, y, z) ({ BUG(); (0); })
#define union_copyup(x, y) ({ (0); })
#define union_copyup_dir(x) ({ BUG(); (0); })