coffee here...fix oops^3

This commit is contained in:
Ondrej Vasik 2010-04-27 10:58:42 +00:00
parent c9dda99c50
commit 5408b3bda3

View File

@ -2,7 +2,7 @@
+++ coreutils-7.6/lib/mkstemp.c 2010-03-03 18:18:28.000000000 +0000
@@ -40,5 +40,5 @@
int
mkstemp (char *xtemplate);
mkstemp (char *xtemplate)
{
- return __gen_tempname (xtemplate, 0, 0, __GT_FILE);
+ return __gen_tempname (xtemplate, __GT_FILE);