From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenpaging: remove XOPEN_SOURCE Date: Wed, 14 Dec 2011 14:37:45 +0100 Message-ID: <20111214133745.GA20665@aepfle.de> References: <7697ee23b08b8eaca9ae.1323768649@loki.upc.es> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <7697ee23b08b8eaca9ae.1323768649@loki.upc.es> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Roger Pau Monne Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Dec 13, Roger Pau Monne wrote: > # HG changeset patch > # User Roger Pau Monne > # Date 1323768129 -3600 > # Node ID 7697ee23b08b8eaca9aee4f6b79cf550a490bef7 > # Parent 8a84f53376862427f254a017cb52c928dbdd3d32 > xenpaging: remove XOPEN_SOURCE > > The XOPEN_SOURCE define was breaking the compilation under NetBSD. > I've removed it becasue it is not necessary (at least under NetBSD). > If it is necessary for Linux, we can add a ifdef conditional to remove > this only under NetBSD. Please resend with the exact error message in NetBSD. 24223:9e3c2ef70c8a should have removed _XOPEN_SOURCE, and 22023:af6799abc6e9 should have added _GNU_SOURCE in the first place (and give the exact error message as well). Other than that: Acked-by: Olaf Hering