mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 01:27:11 +03:00
manager: fd must be int, not char
This should fix the crash reported by Dan Horak on s390x which does not have VTs.
This commit is contained in:
parent
db019b8dd2
commit
4466ee6a71
@ -127,7 +127,7 @@ static int manager_setup_notify(Manager *m) {
|
||||
}
|
||||
|
||||
static int enable_special_signals(Manager *m) {
|
||||
char fd;
|
||||
int fd;
|
||||
|
||||
assert(m);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user