|
|
@@ -0,0 +1,26 @@
|
|
|
+Index: lib/quotearg.c
|
|
|
+--- lib/quotearg.c.orig 2000-01-19 09:19:48 +0100
|
|
|
++++ lib/quotearg.c 2004-08-06 13:34:41 +0200
|
|
|
+@@ -59,6 +59,9 @@
|
|
|
+ #endif
|
|
|
+
|
|
|
+ #if HAVE_MBRTOWC && HAVE_WCHAR_H
|
|
|
++#if defined(__hpux)
|
|
|
++# include<sys/_mbstate_t.h>
|
|
|
++#endif
|
|
|
+ # include <wchar.h>
|
|
|
+ #else
|
|
|
+ # define iswprint(wc) 1
|
|
|
+Index: lib/strftime.c
|
|
|
+--- lib/strftime.c.orig 2000-01-02 08:10:09 +0100
|
|
|
++++ lib/strftime.c 2004-08-06 13:35:34 +0200
|
|
|
+@@ -67,6 +67,9 @@
|
|
|
+
|
|
|
+ #if DO_MULTIBYTE
|
|
|
+ # if HAVE_MBRLEN
|
|
|
++# if defined(__hpux)
|
|
|
++# include<sys/_mbstate_t.h>
|
|
|
++# endif
|
|
|
+ # include <wchar.h>
|
|
|
+ # else
|
|
|
+ /* Simulate mbrlen with mblen as best we can. */
|