X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2Fmingw32-libvirt-0.4.6-debug-registration.patch;fp=libvirt%2Fmingw32-libvirt-0.4.6-debug-registration.patch;h=0000000000000000000000000000000000000000;hb=15b46324f21a5e59a7e005b15edadf788abb546c;hp=180f19504262d59ebeeaa6ccbedfcc1d5336f152;hpb=d470999d10adee141a86c21fb10dc4790b6fde2c;p=fedora-mingw.git diff --git a/libvirt/mingw32-libvirt-0.4.6-debug-registration.patch b/libvirt/mingw32-libvirt-0.4.6-debug-registration.patch deleted file mode 100644 index 180f195..0000000 --- a/libvirt/mingw32-libvirt-0.4.6-debug-registration.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libvirt-0.4.6/src/libvirt.c.orig 2008-09-22 14:12:12.000000000 +0100 -+++ libvirt-0.4.6/src/libvirt.c 2008-10-14 15:30:56.000000000 +0100 -@@ -540,6 +540,9 @@ - return -1; - } - -+ DEBUG ("registering %s as driver %d", -+ driver->name, virDriverTabCount); -+ - virDriverTab[virDriverTabCount] = driver; - return virDriverTabCount++; - }