Update libgsystem

This commit is contained in:
Jasper St. Pierre 2013-10-09 16:17:35 -04:00
parent c62141004a
commit 3b31f2b4d1
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 020fa7de344d9f10136ae1a3cb9bf6baa868218d
Subproject commit 4d7415264738f03e4e72600b24883adc93d7307a

View File

@ -1150,7 +1150,7 @@ _ostree_make_temporary_symlink_at (int tmp_dirfd,
for (i = 0; i < max_attempts; i++)
{
g_free (tmpname);
tmpname = gsystem_fileutil_gen_tmp_name (NULL, NULL);
tmpname = gs_fileutil_gen_tmp_name (NULL, NULL);
if (symlinkat (target, tmp_dirfd, tmpname) < 0)
{
if (errno == EEXIST)