/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-string.patch

http://github.com/stsquad/Gentoo-Overlay · Patch · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · d4f6537b7b4cc42a19e96a461aece808 MD5 · raw file

  1. --- libhfsp/src/unicode.c.bak 2007-01-08 17:14:44.000000000 -0500
  2. +++ libhfsp/src/unicode.c 2007-01-08 17:14:52.000000000 -0500
  3. @@ -16,7 +16,7 @@
  4. #include <stdlib.h>
  5. #include <endian.h>
  6. #include <byteswap.h>
  7. -#include <linux/string.h>
  8. +#include <string.h>
  9. #define __USE_GNU
  10. /* need wcsrtomb */