-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Anthony on 9/23/2007 12:35 PM: > mv -f .deps/userspec.Tpo .deps/userspec.Po > gcc -std=gnu99 -I. -static -O2 -g -MT utimecmp.o -MD -MP > -MF .deps/utimecmp.Tpo -c -o utimecmp.o utimecmp.c > In file included from utimecmp.c:34: > utimens.h:2: error: conflicting types for 'futimens' > ///usr/include/sys/stat.h:370: error: previous declaration of 'futimens' > was here
This has been brought up before, and has been since fixed in git/CVS. The problem was that gnulib implemented a strawman futimens prior to when the Austin working group changed its signature for inclusion in the next revision of POSIX. It will not be an issue when coreutils 6.10 is released. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG96jO84KuGfSFAYARAlAXAJ9Ar/B+sHTvMcdcaZQ1w9UDPNxmCwCgt0RJ HYBtZ87ZOkvwoW1J3ENToD8= =SYNp -----END PGP SIGNATURE----- _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
