forked from Lainports/freebsd-ports
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>
14 lines
321 B
C
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 */
|