From 15137733101ebc317ee0239df1357e78c63bbcfe Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 5 Dec 2006 08:39:22 -0500 Subject: [PATCH] ENH: fix build error on IRIX --- Source/kwsys/ProcessUNIX.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c index eca007ca4..4452bf049 100644 --- a/Source/kwsys/ProcessUNIX.c +++ b/Source/kwsys/ProcessUNIX.c @@ -959,10 +959,10 @@ int kwsysProcess_WaitForData(kwsysProcess* cp, char** data, int* length, 0, kwsysProcess_Pipe_None, 0, - userTimeout, + 0, {0, 0} }; - + wd.UserTimeout = userTimeout; /* Make sure we are executing a process. */ if(!cp || cp->State != kwsysProcess_State_Executing || cp->Killed || cp->TimeoutExpired)