[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.0-1
Guido Günther
agx at sigxcpu.org
Sat Apr 16 13:55:52 UTC 2011
The following commit has been merged in the master branch:
commit 1608a8ce6d8e539ac8e086e2fd2359cbdf2d08a7
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Apr 6 12:48:39 2011 +0200
Drop patch Make-macros-work-as-rvalues.patch
fixed upstream
diff --git a/debian/patches/Make-macros-work-as-rvalues.patch b/debian/patches/Make-macros-work-as-rvalues.patch
deleted file mode 100644
index ad6b353..0000000
--- a/debian/patches/Make-macros-work-as-rvalues.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Thu, 31 Mar 2011 22:13:54 +0200
-Subject: Make macros work as rvalues
-
-fixes kFreeBSD build
----
- src/node_device/node_device_driver.h | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/node_device/node_device_driver.h b/src/node_device/node_device_driver.h
-index 4721be4..e583c2b 100644
---- a/src/node_device/node_device_driver.h
-+++ b/src/node_device/node_device_driver.h
-@@ -78,8 +78,8 @@ int read_wwn_linux(int host, const char *file, char **wwn);
-
- # else /* __linux__ */
-
--# define check_fc_host(d)
--# define check_vport_capable(d)
-+# define check_fc_host(d) (-1)
-+# define check_vport_capable(d) (-1)
- # define get_physical_function(sysfs_path, d)
- # define get_virtual_functions(sysfs_path, d)
- # define read_wwn(host, file, wwn)
---
diff --git a/debian/patches/series b/debian/patches/series
index c922ae2..466bf3f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,4 +6,3 @@ Autodetect-if-the-remote-nc-command-supports-the-q-o.patch
patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
Disable-CHECKSUM-rule.patch
Debianize-libvirt-guests.patch
-Make-macros-work-as-rvalues.patch
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list