|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] blktap2: portability fixes
This didn't have a prayer of building on Linux. I fixed it up for Linux and
applied as c/s 19817. It's probably broken for netbsd now, but you should be
able to provide a small fixup patch for that.
-- Keir
On 23/06/2009 13:29, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
>
> Hi!
>
> Attached patch makes blktap2 build on NetBSD.
>
> - Use standard off_t and lseek() instead of non-portable off64_t and lseek64()
> - Use uuid API as documented in DCE 1.1 RPC specification
> - Add NetBSD implementation for blk_getimagesize() and blk_getsectorsize()
> - Use blk_getimagesize() and blk_getsectorsize()
> - Fix uuid header check
>
> Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|