]> arthur.barton.de Git - netatalk.git/commit
Use mkstemp() instead of mktemp(). This will avoid a compiler warning
authorjmarcus <jmarcus>
Mon, 17 Feb 2003 02:12:04 +0000 (02:12 +0000)
committerjmarcus <jmarcus>
Mon, 17 Feb 2003 02:12:04 +0000 (02:12 +0000)
commit06060f5f7d4d3e7c0833ab08ff4438fe76a55595
tree1ceb8d74aabaf9a3473506a8d01b77d34ef13915
parent4485039069bc079594b298bc35e3fe7da122940d
Use mkstemp() instead of mktemp().  This will avoid a compiler warning
even though we never actually opened the temp file.
etc/afpd/file.c