From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 0/2] xen{trace/analyze}: fix build on FreeBSD Date: Thu, 25 Jun 2015 13:01:00 +0100 Message-ID: <1435233660.32500.62.camel@citrix.com> References: <1434704305-64692-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z85qq-0007YP-Ja for xen-devel@lists.xenproject.org; Thu, 25 Jun 2015 12:01:52 +0000 In-Reply-To: <1434704305-64692-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-06-19 at 10:58 +0200, Roger Pau Monne wrote: > Fix the build of xentrace/xenalyze on FreeBSD, and possibly other libcs not > having argp. Also fix the usage of fstat64 and O_LARGEFILE. Both applied, thanks.