bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tru64 UNIX patches for coreutils-5.2.1


From: Albert Chin-A-Young
Subject: Tru64 UNIX patches for coreutils-5.2.1
Date: Mon, 15 Mar 2004 18:50:08 -0600
User-agent: Mutt/1.4i

Tru64 UNIX with the Desktop Toolkit compiler (the commercial C
compiler, needs <stdio> before <wchar.h>).

-- 
albert chin (address@hidden)

-- snip snip
--- lib/mbswidth.h.orig Sun Aug 17 02:51:49 2003
+++ lib/mbswidth.h      Sat Mar 13 19:06:57 2004
@@ -21,6 +21,7 @@
    in UnixWare 7.1.1 <wchar.h>.  We need this #include before the #define
    below.  */
 #if HAVE_WCHAR_H
+# include <stdio.h>
 # include <wchar.h>
 #endif
 
--- lib/regex.c.orig    Thu Sep 11 04:04:46 2003
+++ lib/regex.c Sat Mar 13 19:06:57 2004
@@ -42,6 +42,7 @@
    support user defined character classes.  */
 # if defined _LIBC || WIDE_CHAR_SUPPORT
 /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.  */
+#  include <stdio.h>
 #  include <wchar.h>
 #  include <wctype.h>
 # endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]