probably workaround hal bugs on freebsd

SVN revision: 50804
This commit is contained in:
Mike Blumenkrantz 2010-08-04 04:34:03 +00:00
parent 0313571194
commit b7f0649551
1 changed files with 2 additions and 0 deletions

View File

@ -1029,8 +1029,10 @@ e_volume_mount(E_Volume *v)
(!strcmp(v->fstype, "ntfs"))
)
{
#if !defined(__FreeBSD__)
snprintf(buf, sizeof(buf), "uid=%i", (int)getuid());
opt = eina_list_append(opt, buf);
#endif
}
if ((!strcmp(v->fstype, "vfat")) ||