mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
util: fix mismatching function signature
This commit is contained in:
parent
b200a92cdc
commit
ecea04731c
@ -513,7 +513,7 @@ char *truncate_nl(char *s) {
|
||||
return s;
|
||||
}
|
||||
|
||||
int get_process_state(pid_t pid) {
|
||||
char get_process_state(pid_t pid) {
|
||||
const char *p;
|
||||
char state;
|
||||
int r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user