On Fri, 07 Jan 2011 13:32:27 MST, Theo de Raadt wrote: > That looks good. > > > .Fn mktemp > > was marked as a legacy interface in > > -.St -p1003.1-2001 > > -and may be removed in a future release of > > -.Ox . > > +.St -p1003.1-2001 . > > That looks good too. I think that whoever wrote that saw smoking > something.
No, that is completely accurate. mktemp(3) was marked as a legacy interface and does not appear in POSIX 1003-2008, which only specifies mkdtemp() and mkstemp(). A lot of legacy interfaces were dropped in 1003-2008. - todd