freebsd-ports/emulators/hfsplusutils/files/patch-unicode.c
Sergei Kolobov 6a5d39ccfb Add hfsplusutils 1.0.4, utilities for accessing HFS+ filesystems.
This is a set of tools that allow access to HFS+ formatted
volumes. HFS+ is a modernized version of Apple Computers HFS
Filesystem. In addition in contains the library "libhfsp" which you
may use for your own experiments, all the tools are based on this
library. (A bit of understanding is still needed however).

Author:	Klaus Halfmann <klaus.halfmann@t-online.de>

PR:		59200
Submitted by:	Josh Elsasser <jre@vineyard.net>
2003-11-15 21:51:46 +00:00

14 lines
321 B
C

--- libhfsp/src/unicode.c.orig Tue Mar 5 14:50:29 2002
+++ libhfsp/src/unicode.c Tue Nov 11 14:53:25 2003
@@ -14,9 +14,8 @@
# endif
#include <stdlib.h>
-#include <endian.h>
-#include <byteswap.h>
-#include <linux/string.h>
+#include <sys/endian.h>
+#include <string.h>
#define __USE_GNU
/* need wcsrtomb */