]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Xen: Xen was updated to version 4.1.0.
authorBen Schweikert <trikolon@ipfire.org>
Sun, 10 Apr 2011 09:57:49 +0000 (11:57 +0200)
committerBen Schweikert <trikolon@ipfire.org>
Sun, 10 Apr 2011 09:57:49 +0000 (11:57 +0200)
pkgs/xen/patches/xen-WRITE.patch [deleted file]
pkgs/xen/xen.nm

diff --git a/pkgs/xen/patches/xen-WRITE.patch b/pkgs/xen/patches/xen-WRITE.patch
deleted file mode 100644 (file)
index eb4f062..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -r d70d7c3311c4 -r 0236d8adb081 tools/blktap/drivers/blk_linux.c
---- xen-4.0.1/tools/blktap/drivers/blk_linux.c Tue Dec 14 17:10:49 2010 +0000
-+++ xen-4.0.1/tools/blktap/drivers/blk_linux.c Thu Dec 16 09:33:54 2010 +0000
-@@ -1,6 +1,6 @@
- #include <inttypes.h>
- #include <sys/ioctl.h>
--#include <linux/fs.h>
-+#include <sys/mount.h>
- #include "tapdisk.h"
- #include "blk.h"
-diff -r d70d7c3311c4 -r 0236d8adb081 tools/blktap2/drivers/blk_linux.c
---- xen-4.0.1/tools/blktap2/drivers/blk_linux.c Tue Dec 14 17:10:49 2010 +0000
-+++ xen-4.0.1/tools/blktap2/drivers/blk_linux.c Thu Dec 16 09:33:54 2010 +0000
-@@ -1,7 +1,7 @@
- #include <inttypes.h>
-+#include <errno.h>
- #include <sys/ioctl.h>
--#include <linux/fs.h>
--#include <linux/errno.h>
-+#include <sys/mount.h>
- #include "tapdisk.h"
- #include "blk.h" 
index c25f87650039e513ef7ec537044a826668ca9d68..2753b976fb32eabf08d91612235eedf5cc04ebdb 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = xen
-PKG_VER        = 4.0.1
+PKG_VER        = 4.1.0
 PKG_REL        = 1
 
 PKG_MAINTAINER = Ben Schweikert <ben.schweikert@ipfire.org>