Pull mkstemp() into tempfile.c. That's the only place we use it now, and
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Jul 2009 17:20:27 +0000 (17:20 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 2 Jul 2009 17:20:27 +0000 (17:20 +0000)
commit3cccdf86442ace51610b710e5a83534661636ba5
treef0d1a8503bfebe75fcb95ebbfc905154f58b21de
parent5604295b1d794a5764a51562f033096cab752143
Pull mkstemp() into tempfile.c. That's the only place we use it now, and
it's arguably the only place we _should_ use it. Add create_tempdir() to
tempfile.c and use it to create a temp directory for IP maps. This
should fix bug 3530.

(This still doesn't work on IE 8 / Vista here. IE gives an access denied
error in OpenLayers.js, but this is a separate issue).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28920 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
Makefile.common
Makefile.nmake
config.h.win32
configure.in
gtk/hostlist_table.c
mkstemp.c [deleted file]
mkstemp.h [deleted file]
tempfile.c
tempfile.h