[PATCH 1/5] login: Consolidate utmp and utmpx headers
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Jul 30 12:36:29 GMT 2020
On 29/07/2020 18:08, Joseph Myers wrote:
> On Wed, 29 Jul 2020, Adhemerval Zanella via Libc-alpha wrote:
>
>> It moves the 'struct lastlog', 'struct utmp', and 'struct utmpx' to
>> specific files and consolidates the s390-32 utmp.h and utmpx.h headers.
>>
>> Checked on x86_64-linux-gnu and i686-linux-gnu. I also checked with
>> a build for s390-linux-gnu.
>> ---
>> bits/struct_lastlog.h | 34 +++++
>> bits/struct_utmp.h | 55 ++++++++
>
> An installed header just defining a single type should be
> bits/types/<type>.h, not bits/<type>.h.
>
Ack, I fixed it on the 'login: Move gnu utmpx to default implementation'
patch as well for utmpx.h header.
More information about the Libc-alpha
mailing list