2023-08-12 Paul Eggert <eggert@cs.ucla.edu>
+ boot-time,readutmp: do not depend on fopen-gnu
+ These modules should work well enough even if fopen is not fixed
+ to conform to fopen-gnu standards. The only gotcha I can see is
+ older fopen implementations that lack support for "e", and
+ a potential O_CLOEXEC leak is not worth worrying about.
+ * modules/boot-time (Depends-on):
+ * modules/readutmp (Depends-on):
+ Remove fopen-gnu.
+
readutmp: do not depend on timespec_get
boot-time code no longer needs it.
* modules/readutmp (Depends-on): Remove timespec_get.