summaryrefslogtreecommitdiff
path: root/sysutils/xentools12/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools12/patches/patch-ab')
-rw-r--r--sysutils/xentools12/patches/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/xentools12/patches/patch-ab b/sysutils/xentools12/patches/patch-ab
deleted file mode 100644
index 96402d73eee..00000000000
--- a/sysutils/xentools12/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/05/08 18:24:00 cl Exp $
-
---- balloon/balloon.c.orig 2004-04-18 04:29:13.000000000 +0200
-+++ balloon/balloon.c
-@@ -31,7 +31,11 @@ typedef struct user_balloon_op {
-
- static int open_balloon_proc()
- {
-+#if defined(__linux__)
- return open("/proc/xeno/balloon", O_RDWR);
-+#elif defined(__NetBSD__)
-+ return open("/kern/xen/balloon", O_RDWR);
-+#endif
- }
-
- /* inflate balloon function signals to kernel it should relinquish memory */