]> Savannah Git Hosting - gnulib.git/commitdiff
boot-time,readutmp: do not depend on fopen-gnu
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2023 23:05:22 +0000 (16:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2023 23:05:48 +0000 (16:05 -0700)
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.

ChangeLog
modules/boot-time
modules/readutmp

index c1a8c8e37c5bb8c680a7202fcca2870a5319b872..407e1733caaf73723018e419d9e640651cb82d02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 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.
index 749b9014cdee453168fe1a0fb20a7b16f19a2a05..d8ab075024c6f0e38383618a94275a643df616cf 100644 (file)
@@ -11,7 +11,6 @@ m4/readutmp.m4
 Depends-on:
 c-strtod
 extensions
-fopen-gnu
 idx
 stat-time
 stdbool
index e31484129874d8f30cc9e6fc2ef977a4e0d81269..304cebca0c4d6f24e3e77fea055a7162e2432b8a 100644 (file)
@@ -11,7 +11,6 @@ m4/systemd.m4
 Depends-on:
 c-strtod
 extensions
-fopen-gnu
 idx
 stat-time
 stdbool