diff options
author | Jim Meyering <meyering@redhat.com> | 2011-11-02 10:20:11 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-11-02 11:58:10 +0100 |
commit | d84d8764ccfdf9138723765aa7b1b4f604ba6a94 (patch) | |
tree | 526b0b51460f9971a71b80f34cda2eb02f28a1a6 | |
parent | 2b5ef2dd9d01c4f0bacae443696b342bceee0263 (diff) | |
download | coreutils-d84d8764ccfdf9138723765aa7b1b4f604ba6a94.tar.xz |
build: adapt to gnulib's recent openat/fchmodat separation
* gnulib: Update to latest, pulling in the openat/fchmodat separation.
* bootstrap.conf (gnulib_modules): Add fchmodat, now that gnulib
has moved it into its own module.
-rw-r--r-- | bootstrap.conf | 1 | ||||
m--------- | gnulib | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index ce87b5d11..91ef8f8d1 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -70,6 +70,7 @@ gnulib_modules=" faccessat fadvise fchdir + fchmodat fchownat fclose fcntl diff --git a/gnulib b/gnulib -Subproject 57789615cb81dba6075ef76d3faddaa10dc61a0 +Subproject afe598a51a14e75cd697a30ac54fa9cc29c8cde |