summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/files/patch-fb.c')
-rw-r--r--editors/manedit/files/patch-fb.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/manedit/files/patch-fb.c b/editors/manedit/files/patch-fb.c
deleted file mode 100644
index faa2c01ee076..000000000000
--- a/editors/manedit/files/patch-fb.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- fb.c.orig 2013-02-24 14:29:59.000000000 +0100
-+++ fb.c 2013-02-24 14:30:35.000000000 +0100
-@@ -16,7 +16,7 @@
- # include <sys/mnttab.h>
- # include <sys/vfstab.h>
- # elif defined(__FreeBSD__)
--/* # include <mntent.h> */
-+# include "mntent.h"
- # else
- # include <mntent.h>
- # endif
-@@ -1254,8 +1254,6 @@ static GList *FileBrowserGetDrivePaths(v
- }
-
- return(paths_list);
--#elif defined(__FreeBSD__)
-- return(NULL);
- #else /* UNIX */
- GList *paths_list = NULL;
- #ifdef __SOLARIS__