mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 06:57:58 -04:00
14 lines
497 B
Plaintext
14 lines
497 B
Plaintext
$NetBSD: patch-ab,v 1.4 2010/07/25 21:38:34 pettai Exp $
|
|
|
|
--- lib/fnmatch_loop.c.orig 2010-01-22 11:06:00.000000000 +0100
|
|
+++ lib/fnmatch_loop.c 2010-07-24 00:20:42.000000000 +0200
|
|
@@ -242,7 +242,7 @@ FCT (const CHAR *pattern, const CHAR *st
|
|
CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
|
|
size_t c1 = 0;
|
|
#if defined _LIBC || WIDE_CHAR_SUPPORT
|
|
- wctype_t wt;
|
|
+ wint_t wt;
|
|
#endif
|
|
const CHAR *startp = p;
|
|
|