aboutsummaryrefslogtreecommitdiffstats
path: root/strcasecmp.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-13 19:07:38 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-13 19:07:38 +0000
commit538023278d853b2f310954e0b220be25ccea6330 (patch)
tree12b9ab819fdf7f30127c60156072acb62f177a48 /strcasecmp.c
parent0df439b3a15fac408f8273c22e4a94b7b70d166f (diff)
downloadfetchmail-538023278d853b2f310954e0b220be25ccea6330.tar.gz
fetchmail-538023278d853b2f310954e0b220be25ccea6330.tar.bz2
fetchmail-538023278d853b2f310954e0b220be25ccea6330.zip
QNX port.
svn path=/trunk/; revision=96
Diffstat (limited to 'strcasecmp.c')
-rw-r--r--strcasecmp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/strcasecmp.c b/strcasecmp.c
index 33879c3c..8d9b43b9 100644
--- a/strcasecmp.c
+++ b/strcasecmp.c
@@ -19,10 +19,16 @@
static char sccsid[] = "@(#)strcasecmp.c 5.6 (Berkeley) 6/27/88";
#endif /* LIBC_SCCS and not lint */
+#if defined(QNX)
+#include <sys/types.h>
+#else
+
#ifndef(u_char)
typedef unsigned char u_char;
#endif
+#endif
+
/*
* This array is designed for mapping upper and lower case letter
* together for a case independent comparison. The mappings are