]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsigned 10506/head
authorLennart Poettering <lennart@poettering.net>
Fri, 26 Oct 2018 13:31:30 +0000 (15:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 26 Oct 2018 16:43:34 +0000 (18:43 +0200)
commit46f84f955fa718fe674bc56e7ea40cc286043142
treed4f1b42240c86939309c585a949866389d4b8d61
parentf99850a0d4fb6d00f43c050f33a1863f704358ad
cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsigned

Otherwise doing comparing a CGroupMask (which is unsigned in effect)
with the result of CGROUP_CONTROLLER_TO_MASK() will result in warnings
about signedness differences.
src/basic/cgroup-util.h