|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] libfsimage: Make it build on NetBSD
On Fri, Sep 21, 2007 at 02:39:46PM +0200, Christoph Egger wrote:
> - if (!*dirname || isspace (*dirname))
> + if (!*dirname || isspace ((uint8_t)*dirname))
According to C99, the definition is "int isspace(int c)". Even char can
be converted implicitely to int. Which problem do you intend to fix with
that? If this functions are incorrectly defined on BSD, fix that their.
Bastian
--
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|