Files
shadow/src
Alejandro Colomar 5ff6edf9f2 lib/utmp.c: Replace UT_LINESIZE by a NITEMS() calculation
A difference between 'struct utmp' and 'struct utmpx' is that
the former uses UT_LINESIZE for the size of its array members,
while the latter doesn't have a standard variable to get its
size.  Therefore, we need to get the number of elements in
the array with NITEMS().

Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-02-20 18:53:53 +01:00
..
2023-04-26 17:38:24 -05:00
2023-06-08 09:05:39 -05:00
2024-02-13 16:13:05 -06:00
2023-11-25 21:24:38 -06:00
2021-12-23 19:36:50 -06:00
2024-01-05 15:41:12 -06:00
2024-01-05 15:41:12 -06:00
2023-02-09 10:03:03 -06:00