2004-11-03 Marcus Brinkmann <marcus@gnu.org>
authorRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 01:51:44 +0000 (01:51 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 3 Nov 2004 01:51:44 +0000 (01:51 +0000)
* sysdeps/generic/tempname.c (__path_search): Add missing argument
TRY_TMPDIR.

sysdeps/generic/tempname.c

index fd4db36..60c94d6 100644 (file)
    template suitable for use in __gen_tempname into TMPL, bounded
    by TMPL_LEN. */
 int
-__path_search (tmpl, tmpl_len, dir, pfx)
+__path_search (tmpl, tmpl_len, dir, pfx, try_tmpdir)
      char *tmpl;
      size_t tmpl_len;
      const char *dir;
      const char *pfx;
+     int try_tmpdir;
 {
   __set_errno (ENOSYS);
   return -1;