Browse Source

COMP: remove warning

pull/1/head
Bill Hoffman 19 years ago
parent
commit
6b7bf34341
  1. 1
      Source/kwsys/ProcessUNIX.c

1
Source/kwsys/ProcessUNIX.c

@ -2440,7 +2440,6 @@ static int kwsysProcessesAdd(kwsysProcess* cp)
given process object that a child has exited. */
{
/* Create the pipe. */
int oldfl[2];
int p[2];
if(pipe(p) < 0)
{

Loading…
Cancel
Save