On [Fri, 16.03.2007 13:46], Raphaël Rigo wrote: > Trivial patch following > > Regards, > Raphaël Rigo > > =================================================================== > RCS file: /sources/qemu/qemu/linux-user/syscall.c,v > retrieving revision 1.89 > diff -u -r1.89 syscall.c > --- linux-user/syscall.c 2 Mar 2007 20:47:59 -0000 1.89 > +++ linux-user/syscall.c 16 Mar 2007 12:43:15 -0000 > @@ -2914,12 +2914,12 @@ > #endif > #ifdef TARGET_NR_recv > case TARGET_NR_recv: > - ret = do_recvfrom(arg1, arg1, arg3, arg4, 0, 0); > + ret = do_recvfrom(arg1, arg2, arg3, arg4, 0, 0); > break; > #endif > #ifdef TARGET_NR_recvfrom > case TARGET_NR_recvfrom: > - ret = do_recvfrom(arg1, arg1, arg3, arg4, arg5, arg6); > + ret = do_recvfrom(arg1, arg2, arg3, arg4, arg5, arg6); > break; > #endif > #ifdef TARGET_NR_recvmsg
I have posted same patch(and a few other) more then week ago, but it hasn't commit yet.
signature.asc
Description: Digital signature
_______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel