diff options
Diffstat (limited to 'databases/firebird-server/files/patch-jrd::isc_file.c')
-rw-r--r-- | databases/firebird-server/files/patch-jrd::isc_file.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/firebird-server/files/patch-jrd::isc_file.c b/databases/firebird-server/files/patch-jrd::isc_file.c deleted file mode 100644 index 7047f182d59c..000000000000 --- a/databases/firebird-server/files/patch-jrd::isc_file.c +++ /dev/null @@ -1,15 +0,0 @@ ---- 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) |