Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 25f6dc732128ff9854f2fb4f4dea8a85 > files > 21

coreutils-8.12-1.2.src.rpm

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