From d84d8764ccfdf9138723765aa7b1b4f604ba6a94 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Nov 2011 10:20:11 +0100 Subject: [PATCH] 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. --- bootstrap.conf | 1 + gnulib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index ce87b5d113..91ef8f8d19 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 index 57789615cb..afe598a51a 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 57789615cb81dba6075ef76d3faddaa10dc61a07 +Subproject commit afe598a51a14e75cd697a30ac54fa9cc29c8cde0 -- 2.47.2