summaryrefslogtreecommitdiff
path: root/sysutils/xentools12/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools12/patches/patch-ai')
-rw-r--r--sysutils/xentools12/patches/patch-ai13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/xentools12/patches/patch-ai b/sysutils/xentools12/patches/patch-ai
deleted file mode 100644
index 69d8093da97..00000000000
--- a/sysutils/xentools12/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2004/05/08 18:24:00 cl Exp $
-
---- xc/lib/xc_misc.c.orig 2004-04-18 04:29:12.000000000 +0200
-+++ xc/lib/xc_misc.c
-@@ -8,7 +8,7 @@
-
- int xc_interface_open(void)
- {
-- int fd = open("/proc/xeno/privcmd", O_RDWR);
-+ int fd = open(PRIVCMD_PATH, O_RDWR);
- if ( fd == -1 )
- PERROR("Could not obtain handle on privileged command interface");
- return fd;