On Tue, Jun 17, 2008 at 05:48:31PM -0400, Ian Goldberg wrote: > Ah, no, I see that that's wrong. Windows does in fact have the umask() > call; it just can't do something like 077. Sorry I misunderstood > earlier. So I need to wrap it in > > #ifndef WIN32 > > #endif /* WIN32 */ > > I suppose. Done and checked in. Thanks for the patch! - Ian