From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC 06/24] xen: Add new string functions Date: Mon, 19 Aug 2013 15:57:14 +0100 Message-ID: <1376924234.9708.14.camel@dagon.hellion.org.uk> References: <1376687156-6737-1-git-send-email-julien.grall@linaro.org> <1376687156-6737-7-git-send-email-julien.grall@linaro.org> <5211F94A02000078000A0822@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5211F94A02000078000A0822@nat28.tlf.novell.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: Jan Beulich Cc: julien.grall@linaro.org, xen-devel@lists.xen.org, patches@linaro.org, andre.przywara@linaro.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, 2013-08-19 at 10:54 +0100, Jan Beulich wrote: > >>> Julien Grall 08/16/13 11:06 PM >>> > >Add kbasename and strcasecmp. The code is copied from Linux. > > For the latter I can see its general purpose, but Xen isn't dealing with path names, I presumed this was something to do with the path like structure of device tree. > so this doesn't look warranted in the common header (and likely not in any header > at all - I'd guess this has just a single source file as consumer). > > Jan >