bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] utimens: fix dependency typo


From: Paul Eggert
Subject: [PATCH] utimens: fix dependency typo
Date: Sun, 28 Dec 2014 14:05:39 -0800

* modules/utimens (Depends-on): Remove 'assure'.
This bug was introduced in the recent 'assure' patch.
---
 ChangeLog       | 9 ++++++++-
 modules/utimens | 1 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 75708b9..f660a4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-28  Paul Eggert  <address@hidden>
+
+       utimens: fix dependency typo
+       * modules/utimens (Depends-on): Remove 'assure'.
+       This bug was introduced in the recent 'assure' patch.
+
 2014-12-22  Eric Blake  <address@hidden>
 
        docs: mention why libgen.h is bad
@@ -13,8 +19,9 @@
        * MODULES.html.sh (func_all_modules): Add 'assure'.
        * lib/assure.h, modules/assure: New files.
        * lib/chdir-long.c, lib/cycle-check.c, lib/fchdir.c, lib/fts.c:
-       * lib/poll.c, lib/savewd.c, lib/utimens.c, lib/xstrtol.c:
+       * lib/poll.c, lib/savewd.c, lib/xstrtol.c:
        Prefer 'assure' to 'assert'.
+       * lib/utimens.c: Stop using 'assert'; it wasn't helpful.
        * modules/chdir-long, modules/cycle-check, modules/fchdir:
        * modules/poll, modules/savewd, modules/utimens, modules/xstrtol:
        Depend on 'assure'.
diff --git a/modules/utimens b/modules/utimens
index 4aed50a..8797774 100644
--- a/modules/utimens
+++ b/modules/utimens
@@ -9,7 +9,6 @@ m4/utimens.m4
 m4/utimes.m4
 
 Depends-on:
-assure
 errno
 extern-inline
 fcntl-h
-- 
2.1.0




reply via email to

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