summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2007-01-08 22:21:44 +0000
committerJoseph Jezak <josejx@gentoo.org>2007-01-08 22:21:44 +0000
commitbee68dd632499f7da2f76d508d0223099652c309 (patch)
tree196fe6e1bbd20e64ed83525eda82c165071cbdd3 /sys-fs/hfsplusutils/files
parentAdd ~alpha keyword. (diff)
downloadgentoo-2-bee68dd632499f7da2f76d508d0223099652c309.tar.gz
gentoo-2-bee68dd632499f7da2f76d508d0223099652c309.tar.bz2
gentoo-2-bee68dd632499f7da2f76d508d0223099652c309.zip
Added fix for bug #160975, thanks to Ed Catmur for reporting.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'sys-fs/hfsplusutils/files')
-rw-r--r--sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-string.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-string.patch b/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-string.patch
new file mode 100644
index 000000000000..2602876a1127
--- /dev/null
+++ b/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-string.patch
@@ -0,0 +1,11 @@
+--- libhfsp/src/unicode.c.bak 2007-01-08 17:14:44.000000000 -0500
++++ libhfsp/src/unicode.c 2007-01-08 17:14:52.000000000 -0500
+@@ -16,7 +16,7 @@
+ #include <stdlib.h>
+ #include <endian.h>
+ #include <byteswap.h>
+-#include <linux/string.h>
++#include <string.h>
+
+ #define __USE_GNU
+ /* need wcsrtomb */