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,7 +927,7 @@ static void kwsysProcessCleanupDescriptor(int* pfd)
}
/*--------------------------------------------------------------------------*/
int kwsysProcessCreate(kwsysProcess* cp, int index,
static int kwsysProcessCreate(kwsysProcess* cp, int index,
kwsysProcessCreateInformation* si, int* readEnd)
{
/* Setup the process's stdin. */