|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] libfsimage: Make it build on NetBSD
On Fri, Sep 21, 2007 at 04:47:32PM +0100, John Levon wrote:
> On Fri, Sep 21, 2007 at 02:39:46PM +0200, Christoph Egger wrote:
> > - if (!*dirname || isspace (*dirname))
> > + if (!*dirname || isspace ((uint8_t)*dirname))
> Eww, surely not. This surely can't give a warning on NetBSD?
It can if it is implemented as something like:
| int char_isspace[] = {...];
| #define isspace(c) char_isspace[c]
Bastian
--
"Get back to your stations!"
"We're beaming down to the planet, sir."
-- Kirk and Mr. Leslie, "This Side of Paradise",
stardate 3417.3
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|