Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
xautolock
xautolock-fixbuild.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xautolock-fixbuild.patch of Package xautolock
Index: xautolock-2.2/src/engine.c =================================================================== --- xautolock-2.2.orig/src/engine.c +++ xautolock-2.2/src/engine.c @@ -210,7 +210,7 @@ evaluateTriggers (Display* d) #else /* VMS */ if (lockerPid) { -#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) +#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) && !defined(linux) union wait status; /* childs process status */ #else /* !UTEKV && !SYSV && !SVR4 */ int status = 0; /* childs process status */ @@ -221,7 +221,7 @@ evaluateTriggers (Display* d) (void) kill (lockerPid, SIGTERM); } -#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) +#if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4) && !defined(linux) if (wait3 (&status, WNOHANG, 0)) #else /* !UTEKV && !SYSV && !SVR4 */ if (waitpid (-1, &status, WNOHANG))
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