summaryrefslogtreecommitdiff
path: root/package/libvirt/patches/patch-src_storage_storage_backend_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-13 20:42:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-13 20:42:44 +0200
commit198c7e39ba6b920adc9c4541a2ec5d13b4d3c986 (patch)
tree3483a35e76f9d27ac13134e741d1ae40cc775d32 /package/libvirt/patches/patch-src_storage_storage_backend_c
parent19822069553a223f5911f1cac3ba3a695469a488 (diff)
update to latest upstream version
Diffstat (limited to 'package/libvirt/patches/patch-src_storage_storage_backend_c')
-rw-r--r--package/libvirt/patches/patch-src_storage_storage_backend_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libvirt/patches/patch-src_storage_storage_backend_c b/package/libvirt/patches/patch-src_storage_storage_backend_c
deleted file mode 100644
index 7a1713e7b..000000000
--- a/package/libvirt/patches/patch-src_storage_storage_backend_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libvirt-0.8.7.orig/src/storage/storage_backend.c 2010-12-22 09:54:05.000000000 +0100
-+++ libvirt-0.8.7/src/storage/storage_backend.c 2011-01-12 18:30:49.000000000 +0100
-@@ -131,7 +131,7 @@ virStorageBackendCopyToFD(virStorageVolD
- goto cleanup;
- }
-
-- bzero(&zerobuf, sizeof(zerobuf));
-+ memset(&zerobuf, 0, sizeof(zerobuf));
-
- if (VIR_ALLOC_N(buf, bytes) < 0) {
- ret = -errno;