From 5408b3bda32b7d2dafa743893b326330b450faad Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Apr 27 2010 10:58:42 +0000 Subject: coffee here...fix oops^3 --- diff --git a/coreutils-mkstemp.patch b/coreutils-mkstemp.patch index cc4c338..af8d273 100644 --- a/coreutils-mkstemp.patch +++ b/coreutils-mkstemp.patch @@ -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);