From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 3/5] libxc: split off xc_netbsd_evtchn.c Date: Thu, 5 Mar 2015 17:40:44 +0000 Message-ID: <1425577244.25940.303.camel@citrix.com> References: <1425398241-20807-1-git-send-email-wei.liu2@citrix.com> <1425398241-20807-4-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1425398241-20807-4-git-send-email-wei.liu2@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: Wei Liu Cc: samuel.thibault@ens-lyon.org, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-03 at 15:57 +0000, Wei Liu wrote: > iff --git a/tools/libxc/xc_netbsd_evtchn.c > b/tools/libxc/xc_netbsd_evtchn.c > new file mode 100644 > index 0000000..b5c2491 > --- /dev/null > +++ b/tools/libxc/xc_netbsd_evtchn.c > @@ -0,0 +1,196 @@ > +/****************************************************************************** > + * > + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. > + * Use is subject to license terms. > + * > + * xc_gnttab functions: > + * Copyright (c) 2007-2008, D G Murray Is this the same cut-and-paste-o as last time or was there a second one I didn't spot? Ian.