]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: let's change the type of the runtime directory size to uint64_t 9020/head
authorLennart Poettering <lennart@poettering.net>
Thu, 17 May 2018 02:33:13 +0000 (22:33 -0400)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 May 2018 10:14:48 +0000 (12:14 +0200)
commita7b46b7d724a6dea0e025e6e26bf50b74ab2284c
treed4db982539ff499d9521694cabe821725fd943bb
parent0f578ea2ea4b8af12f09c9ec49f9613b242f1e9b
logind: let's change the type of the runtime directory size to uint64_t

Externally it's an uint64_t anyway, and internally we most just
initialize it to physical_memory() which returns uint64_t, hence there's
exactly zero value in using it as size_t internally. Hence, let's fix
that, and use uint64_t everywhere.
src/login/logind-dbus.c
src/login/logind-user.c
src/login/logind.h