diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-17 11:11:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-17 11:11:53 +0000 |
commit | 1219918537166e48583a7b8eaf3c87bbd61f2a3f (patch) | |
tree | a44e73a8c177d989d900812d42df8f81cbecd909 /target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch | |
parent | 948fcc98f03a6ba6b46d3c7b7bdf4ee7a47273c1 (diff) | |
download | upstream-1219918537166e48583a7b8eaf3c87bbd61f2a3f.tar.gz upstream-1219918537166e48583a7b8eaf3c87bbd61f2a3f.tar.bz2 upstream-1219918537166e48583a7b8eaf3c87bbd61f2a3f.zip |
refresh generic 2.6.32 patches
SVN-Revision: 19687
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch b/target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch index 64f28d80ff..694737e408 100644 --- a/target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch +++ b/target/linux/generic-2.6/patches-2.6.32/221-binfmt_elf_gcc4.1.patch @@ -1,6 +1,6 @@ --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c -@@ -1170,7 +1170,7 @@ +@@ -1170,7 +1170,7 @@ static unsigned long vma_dump_size(struc if (FILTER(ELF_HEADERS) && vma->vm_pgoff == 0 && (vma->vm_flags & VM_READ)) { u32 __user *header = (u32 __user *) vma->vm_start; |