]> Savannah Git Hosting - gnulib.git/commit
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)
commita6dd3a4ceaf6dfa36751ae2915d74270410b0275
tree432029c054bdc905c3c79cdbd9b9f16550a8a5a9
parentcfc90a044a37924f6181f2b5a2a8d9c8dedee853
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.
ChangeLog
modules/boot-time
modules/readutmp