![lukem](/assets/img/avatar_default.png)
and hack to use mkstemp() instead of mktemp(). This *does* cause the tempfile to be created at name generation time, but that's ok because the code will fopen(tempname), use it, and the unlink it. Kinda cute (``ugly but interesting'' :), but seems to work, and passes 'sh ./rcstest' as well as rudimentary tests by me.