From: Paul Eggert Date: Sun, 28 Dec 2014 22:03:39 +0000 (-0800) Subject: utimens: fix dependency typo X-Git-Tag: v1.0~7214 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7177237ead4c6080705129e6ec3c3a9e9eef2f68;p=gnulib.git utimens: fix dependency typo * modules/utimens (Depends-on): Remove 'assure'. This bug was introduced in the recent 'assure' patch. --- 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