From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UbSWf-000124-Re for mharc-qemu-trivial@gnu.org; Sun, 12 May 2013 05:25:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbSWb-0000wT-VF for qemu-trivial@nongnu.org; Sun, 12 May 2013 05:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbSWa-0002ZF-SJ for qemu-trivial@nongnu.org; Sun, 12 May 2013 05:25:01 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:49470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbSWY-0002WQ-FK; Sun, 12 May 2013 05:24:58 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id E3D8E40759; Sun, 12 May 2013 13:24:47 +0400 (MSK) Message-ID: <518F5FDE.2040108@msgid.tls.msk.ru> Date: Sun, 12 May 2013 13:24:46 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/17.0 Icedove/17.0 MIME-Version: 1.0 To: Igor Mitsyanko References: <1368215901-55444-1-git-send-email-i.mitsyanko@gmail.com> In-Reply-To: <1368215901-55444-1-git-send-email-i.mitsyanko@gmail.com> X-Enigmail-Version: 1.6a1pre OpenPGP: id=804465C5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, peter.maydell@linaro.org Subject: Re: [Qemu-trivial] [PATCH V2] osdep.h: include sys/types.h for ssize_t definition X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 09:25:03 -0000 10.05.2013 23:58, Igor Mitsyanko wrote: > sys/types.h is taken out from "ifdef __OpenBSD__" guard. It should be > safe for other systems, according to following survey: > http://hacks.owlfolio.org/header-survey/ > > This fixes build for CONFIG_IOVEC-less systems (mingw). Thanks, applied to the trivial patches queue. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbSWZ-0000vl-Ih for qemu-devel@nongnu.org; Sun, 12 May 2013 05:25:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbSWY-0002YV-MA for qemu-devel@nongnu.org; Sun, 12 May 2013 05:24:59 -0400 Message-ID: <518F5FDE.2040108@msgid.tls.msk.ru> Date: Sun, 12 May 2013 13:24:46 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1368215901-55444-1-git-send-email-i.mitsyanko@gmail.com> In-Reply-To: <1368215901-55444-1-git-send-email-i.mitsyanko@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH V2] osdep.h: include sys/types.h for ssize_t definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mitsyanko Cc: qemu-trivial@nongnu.org, pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, peter.maydell@linaro.org 10.05.2013 23:58, Igor Mitsyanko wrote: > sys/types.h is taken out from "ifdef __OpenBSD__" guard. It should be > safe for other systems, according to following survey: > http://hacks.owlfolio.org/header-survey/ > > This fixes build for CONFIG_IOVEC-less systems (mingw). Thanks, applied to the trivial patches queue. /mjt