mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
core: make gc_marker unsigned (#7004)
This matches the definition in unit.h.
This commit is contained in:
parent
7c72bab4e3
commit
892a035c2e
@ -244,7 +244,7 @@ struct Manager {
|
||||
* file system */
|
||||
int pin_cgroupfs_fd;
|
||||
|
||||
int gc_marker;
|
||||
unsigned gc_marker;
|
||||
|
||||
/* Flags */
|
||||
ManagerExitCode exit_code:5;
|
||||
|
Loading…
Reference in New Issue
Block a user