On 10/08/2023 13:07, Bruno Haible wrote:
In the past, coreutils did not need to pass the option READ_UTMP_USER_PROCESS to read_utmp(), since it was testing IS_USER_PROCESS of each entry anyway. The only effect would have been to save some amount of memory allocation.But now, it also saves from making extra system calls to determine the boot time. Thus it is worth using now. Find attached a patch.
Applied. thanks, Pádraig