> 2011-11-03 Bruno Haible <br...@clisp.org> > > New module 'fstatat', split off from module 'openat'.
Oops, this patch was incomplete. A megatestdir of the various *at modules revealed a link error in test-unlinkat on Solaris 9. This should fix it. 2011-11-04 Bruno Haible <br...@clisp.org> fchownat, renameat, unlinkat: Fix dependencies. * modules/fchownat (Depends-on): Add fstatat. * modules/renameat (Depends-on): Likewise. * modules/unlinkat (Depends-on): Likewise. --- modules/fchownat.orig Sat Nov 5 01:17:59 2011 +++ modules/fchownat Sat Nov 5 01:17:03 2011 @@ -15,6 +15,7 @@ extensions fchdir fcntl-h +fstatat lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] openat openat-die --- modules/renameat.orig Sat Nov 5 01:17:59 2011 +++ modules/renameat Sat Nov 5 01:15:38 2011 @@ -13,6 +13,7 @@ dosname [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] fstat [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +fstatat [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] getcwd-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] openat [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] openat-die [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] --- modules/unlinkat.orig Sat Nov 5 01:17:59 2011 +++ modules/unlinkat Sat Nov 5 01:15:50 2011 @@ -15,6 +15,7 @@ extensions fchdir fcntl-h +fstatat openat openat-die rmdir [test $HAVE_UNLINKAT = 0] -- In memoriam Yitzhak Rabin <http://en.wikipedia.org/wiki/Yitzhak_Rabin>