From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: Re: State of Stubdomains on NetBSD Date: Wed, 8 May 2013 12:37:57 +0200 Message-ID: <518A2B05.8020706@amazon.de> References: <20130207110347.GX6193@type.bordeaux.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20130207110347.GX6193@type.bordeaux.inria.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Samuel Thibault , tech mailinglists , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 07.02.13 12:03, Samuel Thibault wrote: > Hello, > = > tech mailinglists, le Thu 07 Feb 2013 11:56:39 +0100, a =E9crit : >> I read in the wiki that stubdomains aren't support on NetBSD. Will subdo= ms be >> supported on NetBSD? Is someone working on that topic actually? > = > I see no reason why it should be hard to do it, so it should be just a > matter of someone with a NetBSD box to just try and fix the few missing > bits. It fails to build with 'stddef.h: No such file or directory'. stddef.h is in /usr/include/ which is not part of the search-path. Christoph