mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwd
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Jun 2010 01:16:27 +0000 (03:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Jun 2010 01:16:27 +0000 (03:16 +0200)
commit9b814ca6335806a6eb47e22805620ec81d5d849d
tree37f70b9da97e9714227b536811be47f4f7fd3959
parent4ebdae3777b8c9175d5d07090989f7e498befc42
mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwd

function                                             old     new   delta
mktemp_main                                          171     152     -19

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
debianutils/mktemp.c