2013-09-26 17:14:40 +02:00

17 lines
345 B
Plaintext

$NetBSD: patch-ab,v 1.2 2005/07/13 01:28:37 grant Exp $
--- libxc/xc_private.h.orig 2005-05-22 20:56:28.000000000 +1000
+++ libxc/xc_private.h
@@ -16,7 +16,11 @@
#include "xc.h"
+#ifdef __NetBSD__
+#include <xen/NetBSD/xenio.h>
+#else
#include <xen/linux/privcmd.h>
+#endif
#define _PAGE_PRESENT 0x001
#define _PAGE_RW 0x002