Signed-off-by: James Youngman <[email protected]> --- ChangeLog | 3 +++ import-gnulib.config | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index fc5b655..e72586f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-04-08 James Youngman <[email protected]> + Adopt the use of the gnulib module isblank. + (modules): Add isblank. + Adopt the use of the gnulib module faccessat. * import-gnulib.config (modules): Add faccessat. * find/pred.c (struct access_check_args): Delete. diff --git a/import-gnulib.config b/import-gnulib.config index 6186b7c..65009c7 100644 --- a/import-gnulib.config +++ b/import-gnulib.config @@ -31,13 +31,11 @@ update-copyright # consider using getsubopt (for -D) # consider using gnu-web-doc-update # consider using idprov-drop and privset for locate -# consider using isblank in xargs # consider using long-options # consider using manywarnings # consider using nproc in xargs # consider using pmccabe2html # consider using readlink -# consider using same-inode # consider using selinux-h # consider using gendocs # consider using sig2str in xargs @@ -53,6 +51,7 @@ update-copyright # Considered, but no: # consider using autobuild (the information is not usually interesting for us) +# consider using same-inode (we don't keep a full struct stat for the ref file) # Modules needed for findutils. # We need regex to ensure that we can build on platforms like @@ -97,6 +96,7 @@ human idcache inline inttypes +isblank locale lstat malloc -- 1.7.0
