aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2009-03-27 10:33:25 +0100
committerSteffen Sledz <sledz@dresearch.de>2009-03-27 10:33:25 +0100
commitc133a97e0c262fb707eecbc79a41cececb391e5a (patch)
treec98771b28c03c9991c92e4576653f7fece5a0ada /recipes/linux
parent26a8720fde83ca1ce8c66618009e2a3f89795c48 (diff)
downloadopenembedded-c133a97e0c262fb707eecbc79a41cececb391e5a.tar.gz
linux-2.6.24: tiny jffs2 compile bug for OXNAS machine fixed
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-2.6.24/oxnas/oxnas.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-2.6.24/oxnas/oxnas.diff b/recipes/linux/linux-2.6.24/oxnas/oxnas.diff
index 04ff1a670b..3f3dc66059 100644
--- a/recipes/linux/linux-2.6.24/oxnas/oxnas.diff
+++ b/recipes/linux/linux-2.6.24/oxnas/oxnas.diff
@@ -45037,7 +45037,7 @@ diff -Nurd linux-2.6.24/fs/jffs2/file.c linux-2.6.24-oxe810/fs/jffs2/file.c
.mmap = generic_file_readonly_mmap,
.fsync = jffs2_fsync,
- .splice_read = generic_file_splice_read,
-+ .sendfile = generic_file_sendfile
++ .sendfile = generic_file_sendfile,
+ .splice_read = generic_file_splice_read,
};