ports/databases/firebird-client/files/patch-jrd::isc_file.c
Ying-Chieh Liao 1f412c28a5 Add SuperServer build
Remove perl from scripts
Remove scripts + consolidate into pkg-install

PR:		45185
Submitted by:	maintainer
2002-11-11 17:23:49 +00:00

15 lines
426 B
C

--- jrd/isc_file.c.orig Tue Dec 18 01:40:18 2001
+++ jrd/isc_file.c Sat Jul 6 18:04:55 2002
@@ -106,6 +106,12 @@
#define MTAB_CLOSE(stream) ib_fclose (stream)
#endif
+#ifdef FREEBSD
+#define MTAB "/etc/fstab"
+#define MTAB_OPEN(path,type) ib_fopen (path, type)
+#define MTAB_CLOSE(stream) ib_fclose (stream)
+#endif
+
#ifdef DARWIN
#define MTAB "/etc/fstab.hd"
#define MTAB_OPEN(path,type) ib_fopen (path, type)