diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 13:29:13 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 13:29:13 +0000 |
commit | b69ee884f40adfa49cb1d8f2056f337b7632e32c (patch) | |
tree | 4cee5f09d9414113f16339aaba2f01592ab2836e /target/linux/generic-2.6/patches-2.6.31/232-union_mounts_compile_fix.patch | |
parent | 545acb046cec10509e4d6b1605773819172477c8 (diff) |
[kernel] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17738 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 2 |
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); }) |