2006-11-23 William Smith <William.Smith@global360.com> (tiny change)
- * strftime.c (mbrlen): Fix typo.
+ * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
2006-11-02 Alfred M. Szmidt <ams@gnu.org> (tiny change)
#if DO_MULTIBYTE
# if HAVE_MBRLEN
# include <wchar.h>
-# ifdef HAVE_SYS__MBSTATE_H /* previously tested __hpux */
-# include <sys/_mbstate_t.h>
-# endif
+# ifdef HAVE_SYS__MBSTATE_T_H /* previously tested __hpux */
+# include <sys/_mbstate_t.h>
+# endif
# if !defined (mbsinit) && !defined (HAVE_MBSINIT)
# define mbsinit(ps) 1
# endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */