From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbmSy-0008Pu-GC for qemu-devel@nongnu.org; Mon, 14 Nov 2005 17:06:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbmSm-0008OX-Ju for qemu-devel@nongnu.org; Mon, 14 Nov 2005 17:06:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbmSm-0008OS-D3 for qemu-devel@nongnu.org; Mon, 14 Nov 2005 17:06:08 -0500 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EbmSj-00005q-NF for qemu-devel@nongnu.org; Mon, 14 Nov 2005 17:06:07 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Qemu bug when building for OpenBSD Date: Mon, 14 Nov 2005 22:05:52 +0000 References: <200511141653.22524.dfeustel@verizon.net> In-Reply-To: <200511141653.22524.dfeustel@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511142205.52610.paul@codesourcery.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, dfeustel@mindspring.com On Monday 14 November 2005 21:53, Dave Feustel wrote: > When I try to build qemu 7.2 for OpenBSD, I get a file > not found error for libutil.h in vl.c. This should not > happen since there is no libutil.h in OpenBSD. Has > this been fixed yet? (or can someone point me to > a copy of libutil.h and its library source)? Have you tried not including it? Or including util.h instead? google suggests it's usually used for openpty(), but that bit of code is disabled on bsd anyway. Paul