diff --git a/src/bin/e_fm_main.c b/src/bin/e_fm_main.c index 7b252a230..1eabf142a 100644 --- a/src/bin/e_fm_main.c +++ b/src/bin/e_fm_main.c @@ -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")) ||