diff options
Diffstat (limited to 'shells/bash3/files/patch-shmbutil.h')
-rw-r--r-- | shells/bash3/files/patch-shmbutil.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/bash3/files/patch-shmbutil.h b/shells/bash3/files/patch-shmbutil.h new file mode 100644 index 000000000000..4af39cae10ae --- /dev/null +++ b/shells/bash3/files/patch-shmbutil.h @@ -0,0 +1,13 @@ +--- include/shmbutil.h.orig Sun Aug 25 20:35:01 2002 ++++ include/shmbutil.h Sun Aug 25 20:37:01 2002 +@@ -34,7 +34,10 @@ + # include <wchar.h> + # include <wctype.h> + # if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ ++/* ++ FreeBSD lies... + # define HANDLE_MULTIBYTE 1 ++*/ + # endif + #endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */ + |