core: make gc_marker unsigned (#7004)

This matches the definition in unit.h.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-10-05 15:04:19 +02:00 committed by GitHub
parent 7c72bab4e3
commit 892a035c2e
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ struct Manager {
* file system */
int pin_cgroupfs_fd;
int gc_marker;
unsigned gc_marker;
/* Flags */
ManagerExitCode exit_code:5;