Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dreveman:Factory
xorg-x11-server-dmx
p_xkills_wrong_client.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File p_xkills_wrong_client.diff of Package xorg-x11-server-dmx
--- os/connection.c.orig 2007-12-12 23:14:52.787902250 +0100 +++ os/connection.c 2007-12-12 23:16:10.600765250 +0100 @@ -1009,7 +1009,7 @@ do { r = Select (curclient + 1, &tmask, NULL, NULL, ¬ime); } while (r < 0 && (errno == EINTR || errno == EAGAIN)); - if (r < 0) + if (r < 0 && (errno == EBADF)) if (ConnectionTranslation[curclient] > 0) CloseDownClient(clients[ConnectionTranslation[curclient]]); mask &= ~((fd_mask)1 << curoff);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor