ENH: fix build error on IRIX
This commit is contained in:
parent
3b1c74d34a
commit
1513773310
|
@ -959,10 +959,10 @@ int kwsysProcess_WaitForData(kwsysProcess* cp, char** data, int* length,
|
||||||
0,
|
0,
|
||||||
kwsysProcess_Pipe_None,
|
kwsysProcess_Pipe_None,
|
||||||
0,
|
0,
|
||||||
userTimeout,
|
0,
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
wd.UserTimeout = userTimeout;
|
||||||
/* Make sure we are executing a process. */
|
/* Make sure we are executing a process. */
|
||||||
if(!cp || cp->State != kwsysProcess_State_Executing || cp->Killed ||
|
if(!cp || cp->State != kwsysProcess_State_Executing || cp->Killed ||
|
||||||
cp->TimeoutExpired)
|
cp->TimeoutExpired)
|
||||||
|
|
Loading…
Reference in New Issue