From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ksxtv-0006Wo-Du for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:58:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ksxtt-0006VL-R3 for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:58:47 -0400 Received: from [199.232.76.173] (port=59435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ksxtt-0006VI-MC for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:58:45 -0400 Received: from el-out-1112.google.com ([209.85.162.177]:11666) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ksxts-0007FX-NF for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:58:45 -0400 Received: by el-out-1112.google.com with SMTP id s27so71181ele.19 for ; Thu, 23 Oct 2008 03:58:43 -0700 (PDT) Date: Thu, 23 Oct 2008 14:00:10 +0300 From: "Kirill A. Shutemov" Subject: Re: [Qemu-devel] [PATCH] Add a missing return in syscall.c Message-ID: <20081023110010.GA5811@localhost.localdomain> References: <761ea48b0810230333i3bf5044apcdcaa6b6dd0dc796@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <761ea48b0810230333i3bf5044apcdcaa6b6dd0dc796@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 23, 2008 at 12:33:30PM +0200, Laurent Desnogues wrote: > Hello, >=20 > svn commit 5483 lacks a return in abi_long host_to_target_msginfo. >=20 >=20 > Laurent > Index: linux-user/syscall.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- 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; > } > =20 > static inline abi_long do_msgctl(int msgid, int cmd, abi_long ptr) Ack. Thanks. --=20 Regards, Kirill A. Shutemov + Belarus, Minsk + ALT Linux Team, http://www.altlinux.com/ --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkAWToACgkQbWYnhzC5v6r2nACeJwM/xte1ygkzoYPY0E5s8XRU k6oAniHpfAtqDTK7bwdXAEnP/iDCus8d =4GRH -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--