summaryrefslogtreecommitdiff
path: root/shells/bash2/patches/patch-ac
blob: 793c6f7f53abe571aed336bf682a91d05ebfd120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.8 2002/12/17 14:45:13 drochner Exp $

--- include/shmbutil.h.orig	Mon May  6 19:58:39 2002
+++ include/shmbutil.h	Tue Dec 17 15:27:20 2002
@@ -33,7 +33,7 @@
 #if defined (HAVE_WCTYPE_H) && defined (HAVE_WCHAR_H)
 #  include <wchar.h>
 #  include <wctype.h>
-#  if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */
+#  if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ && !defined(__NetBSD__)
 #    define HANDLE_MULTIBYTE      1
 #  endif
 #endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */