coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: adapt to gnulib's recent openat/fchmodat separation


From: Jim Meyering
Subject: [PATCH] build: adapt to gnulib's recent openat/fchmodat separation
Date: Wed, 02 Nov 2011 12:01:45 +0100

FYI, no semantic change, as far as I can see.
Adapting to another openat module-extraction in gnulib:

>From d84d8764ccfdf9138723765aa7b1b4f604ba6a94 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index ce87b5d..91ef8f8 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 5778961..afe598a 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 57789615cb81dba6075ef76d3faddaa10dc61a07
+Subproject commit afe598a51a14e75cd697a30ac54fa9cc29c8cde0
--
1.7.8.rc0.32.g87bf9



reply via email to

[Prev in Thread] Current Thread [Next in Thread]