summaryrefslogtreecommitdiffstats
path: root/editors/manedit/files/patch-fb.c
blob: faa2c01ee0764097ddd48aff3c300c34a2964339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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__
OpenPOWER on IntegriCloud