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()?  

Jamie


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

Reply via email to