mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
17 lines
469 B
Plaintext
17 lines
469 B
Plaintext
$NetBSD: patch-au,v 1.2 2008/02/17 16:29:03 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/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
|