Mercurial > hg > octave-jordi > gnulib-hg
changeset 16031:9ca6cb4ce462
fchownat, renameat, unlinkat: Fix dependencies.
* modules/fchownat (Depends-on): Add fstatat.
* modules/renameat (Depends-on): Likewise.
* modules/unlinkat (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 05 Nov 2011 01:21:00 +0100 |
parents | 1ae8bbf66d04 |
children | 2c7d38fed72d |
files | ChangeLog modules/fchownat modules/renameat modules/unlinkat |
diffstat | 4 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-11-04 Bruno Haible <bruno@clisp.org> + + fchownat, renameat, unlinkat: Fix dependencies. + * modules/fchownat (Depends-on): Add fstatat. + * modules/renameat (Depends-on): Likewise. + * modules/unlinkat (Depends-on): Likewise. + 2011-11-04 Paul Eggert <eggert@cs.ucla.edu> openat: remove direct dependency on dirent
--- a/modules/fchownat +++ b/modules/fchownat @@ -15,6 +15,7 @@ extensions fchdir fcntl-h +fstatat lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1] openat openat-die
--- a/modules/renameat +++ b/modules/renameat @@ -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]