Reported by Andreas Schwab <schwab@suse.de> in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-08/msg00125.html>.
* lib/readutmp.h (struct utmpx32): Reference __UT_NAMESIZE, not
__UT_USERSIZE.
+2023-08-14 Bruno Haible <bruno@clisp.org>
+
+ readutmp, boot-time: Fix build on 32-bit glibc (regression 2023-08-11).
+ Reported by Andreas Schwab <schwab@suse.de> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2023-08/msg00125.html>.
+ * lib/readutmp.h (struct utmpx32): Reference __UT_NAMESIZE, not
+ __UT_USERSIZE.
+
2023-08-13 Bruno Haible <bruno@clisp.org>
stdint: Fix configure test result with gcc 4.7 or 4.8.
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. */
struct __exit_status ut_exit; /* Exit status of a process marked
as DEAD_PROCESS. */