2004-06-14 10:42:17 +02:00
|
|
|
$NetBSD: patch-ab,v 1.2 2004/06/14 08:42:17 salo Exp $
|
2002-04-22 17:22:23 +02:00
|
|
|
|
2004-06-14 10:42:17 +02:00
|
|
|
--- lib/fnmatch_loop.c.orig 2004-06-09 16:00:18.000000000 +0200
|
|
|
|
+++ lib/fnmatch_loop.c 2004-06-13 21:40:37.000000000 +0200
|
2002-04-22 17:22:23 +02:00
|
|
|
@@ -250,7 +250,7 @@
|
|
|
|
CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
|
|
|
|
size_t c1 = 0;
|
2004-06-14 10:42:17 +02:00
|
|
|
#if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_BTOWC)
|
2002-04-22 17:22:23 +02:00
|
|
|
- wctype_t wt;
|
|
|
|
+ wint_t wt;
|
|
|
|
#endif
|
|
|
|
const CHAR *startp = p;
|
2004-06-14 10:42:17 +02:00
|
|
|
|