aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-29 10:31:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-29 10:31:07 +0000
commitafa489d27a22d5a92a3d3df914ef4a32f0fb369c (patch)
tree34e80b5b48bca8a40d193e1d8d33a6aacb2b8194
parent4b9f2d5547eb43263569700c330c55b19cc6b586 (diff)
downloadports-afa489d27a22d5a92a3d3df914ef4a32f0fb369c.tar.gz
ports-afa489d27a22d5a92a3d3df914ef4a32f0fb369c.zip
Notes
-rw-r--r--converters/libiconv/files/patch-lib::loop_wchar.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/converters/libiconv/files/patch-lib::loop_wchar.h b/converters/libiconv/files/patch-lib::loop_wchar.h
deleted file mode 100644
index 33bfd80b6e88..000000000000
--- a/converters/libiconv/files/patch-lib::loop_wchar.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- lib/loop_wchar.h 2001/05/29 09:13:16 1.1
-+++ lib/loop_wchar.h 2001/05/29 09:14:16
-@@ -32,7 +32,7 @@
- #define mbsinit(ps) 1
- #endif
- #else
--#ifndef mbstate_t
-+#if !defined(mbstate_t) && !defined(__FreeBSD__)
- typedef int mbstate_t;
- #endif
- #endif