ERR: Added missing static storage class specifier for kwsysProcessCreate.

This commit is contained in:
Brad King 2003-12-04 13:56:00 -05:00
parent 10f88cd333
commit ddd3190387
1 changed files with 2 additions and 2 deletions

View File

@ -927,8 +927,8 @@ static void kwsysProcessCleanupDescriptor(int* pfd)
} }
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
int kwsysProcessCreate(kwsysProcess* cp, int index, static int kwsysProcessCreate(kwsysProcess* cp, int index,
kwsysProcessCreateInformation* si, int* readEnd) kwsysProcessCreateInformation* si, int* readEnd)
{ {
/* Setup the process's stdin. */ /* Setup the process's stdin. */
if(index > 0) if(index > 0)