On Wed, 28 Aug 2002, D Richard Felker III wrote: > Mine was too. That's what setting the fd to -1 is for. close(-1) does > nothing but set errno. You're right. sorry. (but I think it's not a pretty solution; people might add stuff to uninit() later without realizing it's called twice). Eric