I'm sorry to inform you, that it still exists in coreutils. The error is the same because utimecmp.c is unchanged :)
Best regards, Alex > > Jim Meyering <[EMAIL PROTECTED]> wrote: > ... > > The first step is to rename the gnulib function (patch below), since > > it is trying to do more than glibc's futimens. Then, we can extend > > the renamed gnulib function so that it uses glibc's futimens when possible. > > > > For coreutils, the change is trivial: > > just s/futimens/gl_futimens/ in each of copy.c and touch.c. > > > > I nearly changed it in gnulib, but since a few other projects (at least > > gzip and tar) also use futimens, I'll wait for Paul to sign off. > > > > 2007-05-18 Jim Meyering <[EMAIL PROTECTED]> > > > > * lib/utimens.c (gl_futimens): Rename from futimens, > > now that glibc-2.6 declares futimens. > > Since this fixes a known build failure with newer glibc, > I've gone ahead and made the change. > The changes to tar etc. are just as trivial as those for coreutils> _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
