bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] Port fnmatch to Solaris 8.


From: Paul Eggert
Subject: [PATCH] Port fnmatch to Solaris 8.
Date: Thu, 02 Apr 2009 20:54:30 -0700

I installed the following into gnulib; it fixes a problem that
causes the build of coreutils 7.2 to fail on Solaris 8.


* modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
problem to Solaris 8 encountered with coreutils 7.2, which
resulted in a message "fnmatch.c:292: warning: passing argument 4
of 'mbsrtowcs' from incompatible pointer type".
---
 ChangeLog       |    7 +++++++
 modules/fnmatch |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aeba6b7..9708976 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-02  Paul Eggert  <address@hidden>
+
+       * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
+       problem to Solaris 8 encountered with coreutils 7.2, which
+       resulted in a message "fnmatch.c:292: warning: passing argument 4
+       of 'mbsrtowcs' from incompatible pointer type".
+
 2009-04-02  Simon Josefsson  <address@hidden>
 
        * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
diff --git a/modules/fnmatch b/modules/fnmatch
index 3187a7d..856d86d 100644
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -16,6 +16,7 @@ wchar
 wctype
 memchr
 memcmp
+mbsrtowcs
 
 configure.ac:
 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
-- 
1.6.2.1





reply via email to

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