|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] libfsimage: zfs build fix
Christoph Egger writes ("[Xen-devel] [PATCH] libfsimage: zfs build fix"):
> Attached patch makes libfsimage build again on NetBSD.
>
> uchar_t is not defined because both FSYS_ZFS and FSIMAGE
> are defined at build time.
> Also fix warnings with ctype.
The ctype problems are more than warnings - they would give undefined
behaviour if high-bit-set characters are passed.
> Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|