Re: syslogd: Adjust to readutmp changes in Gnulib.

Bruno Haible <[email protected]> Thu, 05 Sep 2024 08:46:11 +0200
Newsgroups gmane.comp.gnu.inetutils.bugs
Message-ID <3761865.mh4YAaqsli@nimes>
Collin Funk wrote:
> Can someone give it a look over before pushing?

As a matter of style, I would write 'STRUCT_UTMP' instead of 'struct gl_utmp'.
This matches the declaration in readutmp.h:

int read_utmp (char const *file, idx_t *n_entries, STRUCT_UTMP **utmp_buf,
               int options);

Bruno