On Aug 14 2023, Bruno Haible wrote: > diff --git a/lib/readutmp.h b/lib/readutmp.h > index f7cad36d44..1fbe29d86f 100644 > --- a/lib/readutmp.h > +++ b/lib/readutmp.h > @@ -142,7 +142,7 @@ struct utmpx32 > pid_t ut_pid; /* Process ID of login process. */ > char ut_line[__UT_LINESIZE]; /* Devicename. */ > char ut_id[4]; /* Inittab ID. */ > - char ut_user[__UT_USERSIZE]; /* Username. */ > + char ut_user[__UT_NAMESIZE]; /* Username. */ > char ut_host[__UT_HOSTSIZE]; /* Hostname for remote login. */
That's still using reserved symbols. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."