Ethereal-dev: Re: [ethereal-dev] [PATCH] Saving a temporary file on WIN32

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 23 Mar 2000 08:58:20 -0600
On Thu, Mar 23, 2000 at 08:38:34AM -0600, andreas.sikkema@xxxxxxxxxxx wrote:
> 
> 
> > And I see that Guy ruminated about such an occurence...
> > http://ethereal.zing.org/lists/ethereal-cvs/200002/msg00009.html
> 
> Unfortunately the WIN32 version of creat() (_creat() ) doesn't support
> these flags.

Right. But the idea is to replace the call to creat() with a call to open().
 
> But _creat() is not the problem here, it's _write() and there I posted a
> "solution" for in an earlier mail ;-)

--gilbert