On Mon, 2007-12-10 at 11:23 -0500, Trond Myklebust wrote:
> Look at the damned thing. _Every_ chunk in it has an 'if (read)' else.
> It that is 'similar logic' then I'm a duck.
..or to spell it out:
while (1) {
if (Trond)
write_sarky_mail();
else
quack();
}
is not a sign of 'similar logic'. It just means that both Trond and
ducks do the same thing over and over again.
Trond