bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: boot-time: straighten code


From: Andreas Schwab
Subject: Re: boot-time: straighten code
Date: Mon, 14 Aug 2023 12:33:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]