[systemd-commits] src/manager.c
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Apr 4 06:34:33 PDT 2011
src/manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f0ad408863580670cb0485bd1116e8c418a09402
Author: Michal Schmidt <mschmidt at redhat.com>
Date: Mon Apr 4 15:08:40 2011 +0200
manager: fd must be int, not char
This should fix the crash reported by Dan Horak on s390x which
does not have VTs.
diff --git a/src/manager.c b/src/manager.c
index dae746c..9fc854b 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -127,7 +127,7 @@ static int manager_setup_notify(Manager *m) {
}
static int enable_special_signals(Manager *m) {
- char fd;
+ int fd;
assert(m);
More information about the systemd-commits
mailing list