RE: fork() Problem?

Manuel A. McLure (mmt@Unify.Com)
Fri, 7 May 1999 10:38:25 -0700


I meant the statements after the if() in the example given, not what was in
the parenthesis. What is in the parenthesis will execute.

Sorry if I was unclear.

--
Manuel A. McLure KE6TAW <mmt@unify.com>

-----Original Message----- From: ron flory [mailto:rjflory@feist.com] Sent: Friday, May 07, 1999 9:18 AM To: Manuel A. McLure; linux-kernel@vger.rutgers.edu Subject: Re: fork() Problem?

"Manuel A. McLure" wrote: > > Any compiler that DOES execute the inside of the if() statement > in the code you present would be buggy.

Oops- it think you meant DOES =NOT=, otherwise:

if ( pid = fork() )

would never fork.....

ron

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/