qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add a missing return in syscall.c


From: Kirill A. Shutemov
Subject: Re: [Qemu-devel] [PATCH] Add a missing return in syscall.c
Date: Thu, 23 Oct 2008 14:00:10 +0300
User-agent: Mutt/1.5.18 (2008-05-29)

On Thu, Oct 23, 2008 at 12:33:30PM +0200, Laurent Desnogues wrote:
> Hello,
> 
> svn commit 5483 lacks a return in abi_long host_to_target_msginfo.
> 
> 
> Laurent

> Index: linux-user/syscall.c
> ===================================================================
> --- linux-user/syscall.c      (revision 5518)
> +++ linux-user/syscall.c      (working copy)
> @@ -1934,6 +1934,7 @@
>      __put_user(host_msginfo->msgtql, &target_msginfo->msgtql);
>      __put_user(host_msginfo->msgseg, &target_msginfo->msgseg);
>      unlock_user_struct(target_msginfo, target_addr, 1);
> +    return 0;
>  }
>  
>  static inline abi_long do_msgctl(int msgid, int cmd, abi_long ptr)

Ack.

Thanks.

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]