summaryrefslogtreecommitdiff
path: root/textproc/libunicode/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libunicode/patches/patch-aa')
-rw-r--r--textproc/libunicode/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/libunicode/patches/patch-aa b/textproc/libunicode/patches/patch-aa
new file mode 100644
index 00000000000..009df68b753
--- /dev/null
+++ b/textproc/libunicode/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2000/08/29 14:38:15 rh Exp $
+
+--- convert.c.orig Fri Sep 3 06:33:27 1999
++++ convert.c
+@@ -30,7 +30,11 @@
+ #ifndef EILSEQ
+ /* On some systems, like SunOS, EILSEQ is not defined. On those
+ systems we use EBADMSG instead. */
++#ifdef EBADMSG
+ # define EILSEQ EBADMSG
++#else
++# define EILSEQ ENOMSG
++#endif
+ #endif
+
+ /* Linked list of all character sets. */