]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/install.h
shared/install: change value of _UNIT_FILE_CHANGE_TYPE_INVALID
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Apr 2016 04:04:35 +0000 (00:04 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Apr 2016 13:03:47 +0000 (09:03 -0400)
commit1fa0336081a671001a59ea56376132f3ef069a7b
treeec937d3dab1d66447205b879f4146e0620a2f14a
parentaf3d811352094f3f1304bdf8ba9cdd2b4b03b55c
shared/install: change value of _UNIT_FILE_CHANGE_TYPE_INVALID

-1 could be confused with -EPERM. But we still need a negative enum
value to force gcc to use int for the enum type, even though it is
unused. Otherwise we get warnings.
src/shared/install.h