From 8ee7cf979fe7fa166fd676ef8961aff7cef2c1b0 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Fri, 1 Jun 2018 14:37:44 +0100 Subject: [PATCH] fileman: remove temporary fix. Efreet should now properly unmap the correct address. The unmap was causing a SIGBUS. Removing this bogosity. Won't affect e22. --- src/modules/fileman/e_mod_menu.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/fileman/e_mod_menu.c b/src/modules/fileman/e_mod_menu.c index df6aef327..4012eb63f 100644 --- a/src/modules/fileman/e_mod_menu.c +++ b/src/modules/fileman/e_mod_menu.c @@ -113,11 +113,6 @@ _e_mod_menu_populate_filter(void *data EINA_UNUSED, Eio_File *handler, const Ein if (eio_file_check(handler)) return EINA_FALSE; -#if defined(__FreeBSD__) || defined(__DragonFly__) -/* XXX: Accessing tmp is causing SIGBUS issues. */ - if (!strncmp(info->path, "/tmp", 3)) return EINA_FALSE; -#endif - count = (long) eio_file_associate_find(handler, "count"); if (count > 100) {