13 lines
390 B
Text
13 lines
390 B
Text
|
$NetBSD: patch-ab,v 1.1 2002/04/22 15:23:15 tron Exp $
|
||
|
|
||
|
--- lib/fnmatch_loop.c.orig Fri Oct 19 17:44:47 2001
|
||
|
+++ lib/fnmatch_loop.c Sat Mar 30 08:45:33 2002
|
||
|
@@ -250,7 +250,7 @@
|
||
|
CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
|
||
|
size_t c1 = 0;
|
||
|
#if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H)
|
||
|
- wctype_t wt;
|
||
|
+ wint_t wt;
|
||
|
#endif
|
||
|
const CHAR *startp = p;
|