]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/libacard-fix-compilaton-with-gcc.4.7.diff
revert defaults of prefer_msi and share_intx
[pve-qemu-kvm.git] / debian / patches / libacard-fix-compilaton-with-gcc.4.7.diff
CommitLineData
a738e66b
DA
1http://patchwork.ozlabs.org/patch/144276/
2
3diff --git a/libcacard/vcardt.h b/libcacard/vcardt.h
4index d4d8e2e..d3e9522 100644
5--- a/libcacard/vcardt.h
6+++ b/libcacard/vcardt.h
7@@ -26,8 +26,8 @@ typedef struct VCardEmulStruct VCardEmul;
8 #define MAX_CHANNEL 4
9
10 /* create an ATR with appropriate historical bytes */
11-#define VCARD_ATR_PREFIX(size) (0x3b, 0x68+(size), 0x00, 0xff, \
12- 'V', 'C', 'A', 'R', 'D', '_')
13+#define VCARD_ATR_PREFIX(size) 0x3b, 0x68+(size), 0x00, 0xff, \
14+ 'V', 'C', 'A', 'R', 'D', '_'
15
16
17 typedef enum {