# HG changeset patch # User Paul Eggert # Date 1419804219 28800 # Node ID 39226b1f6d9d78a10439c95eb7e1817bb465816d # Parent 56dd7355cbf46f7ea7a59077411b0b8d10fe8adf utimens: fix dependency typo * modules/utimens (Depends-on): Remove 'assure'. This bug was introduced in the recent 'assure' patch. diff -r 56dd7355cbf4 -r 39226b1f6d9d ChangeLog --- a/ChangeLog Fri Dec 26 08:28:48 2014 -0800 +++ b/ChangeLog Sun Dec 28 14:03:39 2014 -0800 @@ -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 -r 56dd7355cbf4 -r 39226b1f6d9d modules/utimens --- a/modules/utimens Fri Dec 26 08:28:48 2014 -0800 +++ b/modules/utimens Sun Dec 28 14:03:39 2014 -0800 @@ -9,7 +9,6 @@ m4/utimes.m4 Depends-on: -assure errno extern-inline fcntl-h