changeset 17844:5f3fec5cdd17

utimens: fix dependency typo * modules/utimens (Depends-on): Remove 'assure'. This bug was introduced in the recent 'assure' patch.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 28 Dec 2014 14:03:39 -0800
parents 23358c3412ba
children e0af97efdba6
files ChangeLog modules/utimens
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+	utimens: fix dependency typo
+	* modules/utimens (Depends-on): Remove 'assure'.
+	This bug was introduced in the recent 'assure' patch.
+
 2014-12-22  Eric Blake  <eblake@redhat.com>
 
 	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'.
--- a/modules/utimens
+++ b/modules/utimens
@@ -9,7 +9,6 @@
 m4/utimes.m4
 
 Depends-on:
-assure
 errno
 extern-inline
 fcntl-h