From 8ba9443ed5006c4031399c114a8fdfb0421ed5df Mon Sep 17 00:00:00 2001 From: James Youngman Date: Fri, 4 Dec 2009 22:24:47 +0000 Subject: [PATCH] Fix Savannah bug #26868: compilation error in pred.c on Solaris x86_64. To: address@hidden * import-gnulib.config (modules): Include gnulib's math module, to avoid a compilation error for "-HUGE_VAL" on Solaris x86_64. * NEWS: Mention this change. Signed-off-by: James Youngman --- ChangeLog | 8 ++++++++ NEWS | 2 ++ import-gnulib.config | 1 + 3 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3deeb07..89a4075 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-12-04 James Youngman + + Fix Savannah bug #26868: compilation error in pred.c on Solaris + x86_64. + * import-gnulib.config (modules): Include gnulib's math module, to + avoid a compilation error for "-HUGE_VAL" on Solaris x86_64. + * NEWS: Mention this change. + 2009-11-29 James Youngman * find/testsuite/find.posix/exec-nogaps.exp: New test for find diff --git a/NEWS b/NEWS index c99faa6..d78d1d6 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) #27017: find -D opt / -fstype ext3 -print , -quit coredumps. +#26868: compilation error in pred.c on Solaris x86_64 + #24873: Duplicate fprint option corrupts output #23920: warn about un-matchable -path arguments ending in /. diff --git a/import-gnulib.config b/import-gnulib.config index 10d85ac..44e6b02 100644 --- a/import-gnulib.config +++ b/import-gnulib.config @@ -52,6 +52,7 @@ inline inttypes lstat malloc +math mbrtowc mbscasestr mbsstr -- 1.5.6.5