From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] xenpaging: remove _XOPEN_SOURCE Date: Thu, 15 Dec 2011 19:51:24 +0100 Message-ID: <20111215185124.GA30948@aepfle.de> References: <3bac38f7a427af3eb9f6.1323871739@loki.upc.es> <20202.11863.501987.497546@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20202.11863.501987.497546@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: Roger Pau Monne , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, Dec 15, Ian Jackson wrote: > Roger Pau Monne writes ("[Xen-devel] [PATCH v2] xenpaging: remove _XOPEN_SOURCE"): > > xenpaging: remove _XOPEN_SOURCE > > > > The _XOPEN_SOURCE define was breaking the compilation under NetBSD. > > I've removed it becasue it is not necessary. > > I thought we'd decided that _NETBSD_SOURCE should be added ? The initial patch which added _XOPEN_SOURCE should have a reasonable description which includes the error message, and it should have been _GNU_SOURCE instead of _XOPEN_SOURCE in the first place. Please remove _XOPEN_SOURCE. Olaf