mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
345 B
Plaintext
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
|