ENH: fix build error on IRIX

This commit is contained in:
Bill Hoffman 2006-12-05 08:39:22 -05:00
parent 3b1c74d34a
commit 1513773310
1 changed files with 2 additions and 2 deletions

View File

@ -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)