summaryrefslogtreecommitdiffstats
path: root/testing/xen/xen-blktap-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xen/xen-blktap-uclibc.patch')
-rw-r--r--testing/xen/xen-blktap-uclibc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/xen/xen-blktap-uclibc.patch b/testing/xen/xen-blktap-uclibc.patch
deleted file mode 100644
index d8668ec19..000000000
--- a/testing/xen/xen-blktap-uclibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xen-4.0.1/tools/blktap/drivers/bswap.h
-+++ xen-4.0.1.mod/tools/blktap/drivers/bswap.h
-@@ -15,6 +15,8 @@
- #define bswap_64(x) swap64(x)
- #else
-
-+#define HAVE_BYTESWAP_H
-+
- #ifdef HAVE_BYTESWAP_H
- #include <byteswap.h>
- #else