66749a96f9
Changes: - completion for bm: URL scheme implemented. - fixed `du' command with large files >2Gb. - fixed saving old directory when no cd verification is performed. - compilation on HP-UX fixed.
13 lines
436 B
Text
13 lines
436 B
Text
$NetBSD: patch-ab,v 1.2 2004/06/14 08:42:17 salo Exp $
|
|
|
|
--- 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
|
|
@@ -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 && defined HAVE_BTOWC)
|
|
- wctype_t wt;
|
|
+ wint_t wt;
|
|
#endif
|
|
const CHAR *startp = p;
|
|
|