Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
$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