From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlGQ1-0002LZ-9F for qemu-devel@nongnu.org; Mon, 25 Jul 2011 04:21:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlGQ0-00063Q-ED for qemu-devel@nongnu.org; Mon, 25 Jul 2011 04:21:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlGQ0-00063G-3d for qemu-devel@nongnu.org; Mon, 25 Jul 2011 04:21:40 -0400 Message-ID: <4E2D2841.9060009@redhat.com> Date: Mon, 25 Jul 2011 10:24:33 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] Fix chrdev return value conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel Am 23.07.2011 23:24, schrieb Blue Swirl: > 6e1db57b2ac9025c2443c665a0d9e78748637b26 didn't > convert brlapi or win32 chrdevs, breaking build for those. > > Fix by converting the chrdevs. > > Signed-off-by: Blue Swirl Sorry, I should have run a mingw build after touching this code. Acked-by: Kevin Wolf