From b7f0649551c02ebc1bca6f2c6f6a4ee50cbf1825 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 4 Aug 2010 04:34:03 +0000 Subject: [PATCH] probably workaround hal bugs on freebsd SVN revision: 50804 --- src/bin/e_fm_main.c | 2 ++ 1 file changed, 2 insertions(+) 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")) ||