aboutsummaryrefslogtreecommitdiffstats
path: root/missing/strcase.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strcase.c')
-rw-r--r--missing/strcase.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/missing/strcase.c b/missing/strcase.c
index d8fa674a..6834f27d 100644
--- a/missing/strcase.c
+++ b/missing/strcase.c
@@ -19,11 +19,7 @@
static char sccsid[] = "@(#)strcasecmp.c 5.6 (Berkeley) 6/27/88";
#endif /* LIBC_SCCS and not lint */
-#ifndef USG
-#include <sys/types.h>
-#else
#define u_char unsigned char
-#endif
/*
* This array is designed for mapping upper and lower case letter
@@ -55,10 +51,10 @@ static u_char charmap[] = {
'\250', '\251', '\252', '\253', '\254', '\255', '\256', '\257',
'\260', '\261', '\262', '\263', '\264', '\265', '\266', '\267',
'\270', '\271', '\272', '\273', '\274', '\275', '\276', '\277',
- '\300', '\341', '\342', '\343', '\344', '\345', '\346', '\347',
+ '\340', '\341', '\342', '\343', '\344', '\345', '\346', '\347',
'\350', '\351', '\352', '\353', '\354', '\355', '\356', '\357',
- '\360', '\361', '\362', '\363', '\364', '\365', '\366', '\367',
- '\370', '\371', '\372', '\333', '\334', '\335', '\336', '\337',
+ '\360', '\361', '\362', '\363', '\364', '\365', '\366', '\327',
+ '\370', '\371', '\372', '\373', '\374', '\375', '\376', '\337',
'\340', '\341', '\342', '\343', '\344', '\345', '\346', '\347',
'\350', '\351', '\352', '\353', '\354', '\355', '\356', '\357',
'\360', '\361', '\362', '\363', '\364', '\365', '\366', '\367',