According to Eric Blake on 9/16/2009 10:10 PM: > According to Eric Blake on 9/16/2009 9:11 AM: >>> I've reached this point in reading the patches. >>> So far they look fine. >>> I will read the remainder, and test tomorrow. >> I'll try and rebase my series before then. > > Now rebased: > > git pull git://repo.or.cz/gnulib/ericb.git canonicalize > > I'm seeing a test failure on older Linux seeing a link error on > rpl_canonicalize_file_name, so I'll have to rebase again once I solve that.
Here's what I squashed in to fix that problem; I've rebased again. diff --git a/lib/canonicalize-lgpl.c b/lib/canonicalize-lgpl.c index 63aecb5..fbde01b 100644 --- a/lib/canonicalize-lgpl.c +++ b/lib/canonicalize-lgpl.c @@ -19,7 +19,7 @@ # include <config.h> #endif -#if !HAVE_CANONICALIZE_FILE_NAME || defined _LIBC +#if !HAVE_CANONICALIZE_FILE_NAME || !FUNC_REALPATH_WORKS || defined _LIBC /* Specification. */ #include <stdlib.h> -- Don't work too hard, make some time for fun as well! Eric Blake e...@byu.net
signature.asc
Description: OpenPGP digital signature