summaryrefslogtreecommitdiff
path: root/sysutils/xentools30/patches/patch-bz
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools30/patches/patch-bz')
-rw-r--r--sysutils/xentools30/patches/patch-bz14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/xentools30/patches/patch-bz b/sysutils/xentools30/patches/patch-bz
deleted file mode 100644
index 2757ab69be2..00000000000
--- a/sysutils/xentools30/patches/patch-bz
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-bz,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
-
---- misc/mbootpack/mbootpack.c.orig 2006-01-31 17:09:21.000000000 +0100
-+++ misc/mbootpack/mbootpack.c
-@@ -42,7 +42,9 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/mman.h>
-+#ifndef __NetBSD__
- #include <asm/page.h>
-+#endif
-
- /* From GNU GRUB */
- #include "mb_header.h"