[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: split off module fchownat from module openat
From: |
Jim Meyering |
Subject: |
Re: split off module fchownat from module openat |
Date: |
Tue, 01 Nov 2011 12:14:59 +0100 |
Bruno Haible wrote:
> Jim Meyering wrote:
>> I'll test via coreutils once it's pushed.
>
> OK, I've pushed it, with this additional change squashed in:
...
Thanks.
That works fine, so I've updated coreutils:
>From 65527e1c1a69a9ec8201435a6361964bcf31a480 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 1 Nov 2011 11:36:51 +0100
Subject: [PATCH] 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.
---
bootstrap.conf | 1 +
gnulib | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 820cb54..ce87b5d 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
index a765077..f2c5670 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit a765077b04a89bffa2a6095c7988fb9a70857d7f
+Subproject commit f2c567087196c591677b4542e6f208f37892ec0f
--
1.7.7.1.476.g9890