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)
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.


No differences found