]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-uml/linux-uml-2.4.26/13-hostfs_access.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-uml / linux-uml-2.4.26 / 13-hostfs_access.patch
1 --- linux-2.4.26-umlhipac/arch/um/fs/hostfs/externfs.c.orig     Tue May 18 00:10:42 2004
2 +++ linux-2.4.26-umlhipac/arch/um/fs/hostfs/externfs.c  Thu May 20 21:12:54 2004
3 @@ -961,7 +961,7 @@
4         if(name == NULL) 
5                 return(-ENOMEM);
6  
7 -       err = (*ops->access_file)(name, r, w, x, current->fsuid, current->fsgid,
8 +       err = (*ops->access_file)(name, current->fsuid, current->fsgid, r, w, x,
9                                   mount);
10         kfree(name);
11