diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 23:40:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 23:40:39 +0000 |
commit | bbdac6a84127ded2282a0a89b53a0f930cf920d8 (patch) | |
tree | db982286edeebb39e5e3f349e4076643cabfb3f5 /emulators/hfsplusutils/files/patch-unicode.c | |
parent | - Update to 1.40 (diff) |
Remove expired ports, plus the three ports that depended on them.
Diffstat (limited to 'emulators/hfsplusutils/files/patch-unicode.c')
-rw-r--r-- | emulators/hfsplusutils/files/patch-unicode.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/hfsplusutils/files/patch-unicode.c b/emulators/hfsplusutils/files/patch-unicode.c deleted file mode 100644 index ed62d322f55d..000000000000 --- a/emulators/hfsplusutils/files/patch-unicode.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 */ |