summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-01 11:36:51 +0100
committerJim Meyering <meyering@redhat.com>2011-11-01 11:49:56 +0100
commit65527e1c1a69a9ec8201435a6361964bcf31a480 (patch)
tree6278b6b541cbc1d100b7502a02ad98da9db299e9
parent8ad83063274466d28dac915a0d3dc7af1d107430 (diff)
downloadcoreutils-65527e1c1a69a9ec8201435a6361964bcf31a480.tar.xz
build: adapt to gnulib's recent openat/fchownat separation
* bootstrap.conf (gnulib_modules): Add fchownat, now that gnulib has moved it into its own module. * gnulib: Update to latest.
-rw-r--r--bootstrap.conf1
m---------gnulib0
2 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 820cb54d1..ce87b5d11 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -70,6 +70,7 @@ gnulib_modules="
faccessat
fadvise
fchdir
+ fchownat
fclose
fcntl
fcntl-safer
diff --git a/gnulib b/gnulib
-Subproject a765077b04a89bffa2a6095c7988fb9a70857d7
+Subproject f2c567087196c591677b4542e6f208f37892ec0