From 7177237ead4c6080705129e6ec3c3a9e9eef2f68 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 28 Dec 2014 14:03:39 -0800 Subject: [PATCH] utimens: fix dependency typo * 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 75708b9396..f660a4c558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-12-28 Paul Eggert + + utimens: fix dependency typo + * modules/utimens (Depends-on): Remove 'assure'. + This bug was introduced in the recent 'assure' patch. + 2014-12-22 Eric Blake 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 4aed50a1e1..8797774dcd 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.39.5