chiark / gitweb /
bus-util: support mapping signed integers with bus_map_properties()
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Aug 2016 17:00:12 +0000 (19:00 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:51 +0000 (08:50 +0200)
commitafc4586231642a2f611fc6e0bdc29318da8a165b
tree1fe0f04e75a0f8f7b24d4459ba69463d0cbaebcd
parent682a7fe521cc3d983dc6c690cbc107a3c8a13344
bus-util: support mapping signed integers with bus_map_properties()

Let's make sure we can read the exit code/status properties exposed by PID 1
properly. Let's reuse the existing code for unsigned fields, as we just use it
to copy words around, and don't calculate it.
src/shared/bus-util.c