]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit: small clean-ups
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Sep 2015 16:51:44 +0000 (18:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Sep 2015 16:52:15 +0000 (18:52 +0200)
commitb821a397c0fd382266a6018c1b6738ced69f8041
tree0110d92df35dc6d23d01432c16c5217a568b2a0d
parent5fe8876b320e9f6355425df9991ac38363684117
unit: small clean-ups

Always say when we ignore errors. Cast calls whose return value we
knowingly ingore to (void). Use "bool" where we actually mean a boolean,
even if we return it as an int later on.
src/core/unit.c