summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-11-16 15:36:15 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-11-16 15:36:15 +0000
commit4465aac46b43e2fcc24ee31255e92333093f8f58 (patch)
tree82f62a2a9e4ac6ad3730e0bce080a874d9630be8 /sys-libs/libkudzu/files
parentNew version (#112474). (diff)
downloadgentoo-2-4465aac46b43e2fcc24ee31255e92333093f8f58.tar.gz
gentoo-2-4465aac46b43e2fcc24ee31255e92333093f8f58.tar.bz2
gentoo-2-4465aac46b43e2fcc24ee31255e92333093f8f58.zip
Added typedef_byte.patch and closing bug #109516.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs/libkudzu/files')
-rw-r--r--sys-libs/libkudzu/files/typedef_byte.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/libkudzu/files/typedef_byte.patch b/sys-libs/libkudzu/files/typedef_byte.patch
new file mode 100644
index 000000000000..55a238a402cb
--- /dev/null
+++ b/sys-libs/libkudzu/files/typedef_byte.patch
@@ -0,0 +1,11 @@
+diff -urN kudzu-1.1.62.orig/pci.c kudzu-1.1.62/pci.c
+--- kudzu-1.1.62.orig/pci.c 2004-07-20 11:58:27.000000000 -0400
++++ kudzu-1.1.62/pci.c 2005-11-16 09:38:31.000000000 -0500
+@@ -30,6 +30,7 @@
+ static int numPciDevices = 0;
+ static struct pci_access *pacc=NULL;
+ static jmp_buf pcibuf;
++typedef unsigned char byte;
+
+ static int devCmp(const void * a, const void * b) {
+ const struct pciDevice * one = a;