coffee here...fix oops^3
This commit is contained in:
parent
c9dda99c50
commit
5408b3bda3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue