*** ./lib/mkstemp.c.ORIG Wed Sep 23 17:08:38 2009 --- ./lib/mkstemp.c Wed Sep 23 17:09:24 2009 *************** *** 40,44 **** mkstemp (template) char *template; { ! return __gen_tempname (template, 0, __GT_FILE); } --- 40,44 ---- mkstemp (template) char *template; { ! return __gen_tempname (template, __GT_FILE); }