diff options
Diffstat (limited to 'sysutils/xentools30-hvm/patches/patch-au')
-rw-r--r-- | sysutils/xentools30-hvm/patches/patch-au | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/xentools30-hvm/patches/patch-au b/sysutils/xentools30-hvm/patches/patch-au new file mode 100644 index 00000000000..235349eb16c --- /dev/null +++ b/sysutils/xentools30-hvm/patches/patch-au @@ -0,0 +1,16 @@ +$NetBSD: patch-au,v 1.1.1.1 2006/10/19 22:58:21 bouyer Exp $ + +--- libxc/xc_private.h.orig 2006-10-16 22:15:35.000000000 +0200 ++++ libxc/xc_private.h 2006-10-16 22:16:09.000000000 +0200 +@@ -15,7 +15,11 @@ + + #include "xenctrl.h" + ++#ifdef __NetBSD__ ++#include <xen/NetBSD/xenio.h> ++#else + #include <xen/sys/privcmd.h> ++#endif + + /* valgrind cannot see when a hypercall has filled in some values. For this + reason, we must zero the privcmd_hypercall_t or domctl/sysctl instance |