chiark / gitweb /
logind: let's change the type of the runtime directory size to uint64_t
authorLennart Poettering <lennart@poettering.net>
Thu, 17 May 2018 02:33:13 +0000 (22:33 -0400)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit746cfca975fc3729e6eb409155df7dcb9946e601
tree07375b70180a0879300bcd4d96bb9b28608f17b0
parent8ebe20735880f8eb19b81d25c73abced0550adae
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