18 Nov
2007
18 Nov
'07
1:55 p.m.
2007/11/18, Taco Hoekwater
That's why I wrote:
I'll have to borrow or write a version of BSD's mkdtemp, somehow.
conf'ing for something that only exists in some specific BSD's is not worth the effort (unless it can reliably be added to openbsdcompat).
The original openssh-openbsd-compat has #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP) int mkstemps(char *path, int slen); int mkstemp(char *path); char *mkdtemp(char *path); #endif Best Martin