Make use of mkstemp() unconditional (vs. mktemp().
authorLyndon Nerenberg <lyndon@orthanc.ca>
Sun, 25 Dec 2011 19:58:38 +0000 (11:58 -0800)
committerKen Hornstein <kenh@pobox.com>
Wed, 4 Jan 2012 02:59:58 +0000 (21:59 -0500)
commitc267220c147445266cdb9fb20e7e2c22957138f3
tree7bc4b95e702bdb43b4ec5f83be842c692e8af4cf
parent3f05764b66c12e358878ecd7efdb393740acd9f1
Make use of mkstemp() unconditional (vs. mktemp().

This patch also removes the m_scratch() and m_tmpfil() functions.
They have been deprecated for a while, and are no longer used in any of
the code base.
sbr/m_scratch.c [deleted file]
sbr/m_tmpfil.c [deleted file]