On Sun, 14 May 2000, James Howard wrote:

> I was preparing a port which uses mktemp().  Of course, the linker
> complained and suggested using mkstemp().  Except mkstemp() returns an
> integer file descriptor whereas normal people use FILE * pointers,
> including the author of this port.  How about an mkftemp() which wraps
> around mkstemp() and does an fdopen()?

This would be completely non-portable - if you really need this, make one
yourself and add it to a library distributed with your code.

Kris

----
In God we Trust -- all others must submit an X.509 certificate.
    -- Charles Forsythe <[EMAIL PROTECTED]>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to