diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-05-04 22:50:53 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-05-04 22:50:53 +0000 |
commit | f63a40c4039372cbb6342d86ae9041ed7be8ce38 (patch) | |
tree | 0ceff52e2a3d48066bdf1f752c7ed1e6c74acb0d /daemon/slave.c | |
parent | 6fa9b225b81a51ff8c88e79fc5a769cc0683b521 (diff) | |
download | gdm-f63a40c4039372cbb6342d86ae9041ed7be8ce38.tar.gz |
Improvements to signal handling, fixing problem where GDM slave can hang
2006-05-04 Brian Cameron <brian.cameron@sun.com>
* daemon/display.c, daemon/slave.c, daemon/misc.c: Improvements to
signal handling, fixing problem where GDM slave can hang on read.
Fixes bug #336549. Patch provided by Ed Catmur <ed@catmur.co.uk>.
* AUTHORS: Added Ed.
Diffstat (limited to 'daemon/slave.c')
-rw-r--r-- | daemon/slave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/slave.c b/daemon/slave.c index 310c5554..292d0e86 100644 --- a/daemon/slave.c +++ b/daemon/slave.c @@ -4759,7 +4759,7 @@ static void gdm_slave_handle_usr2_message (void) { char buf[256]; - size_t count; + ssize_t count; char **vec; int i; |