aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-client/files/patch-jrd::thd.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 11:52:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 11:52:00 +0000
commitf6223e6222bc0267fb2f249a35f74797cd61f34f (patch)
treee3b8c6bbc728fab65015b8b1e062eaa742ef5ef9 /databases/firebird-client/files/patch-jrd::thd.c
parentc866fabe640f9657faa9498e4c9fe9bff7b9fd4f (diff)
downloadports-f6223e6222bc0267fb2f249a35f74797cd61f34f.tar.gz
ports-f6223e6222bc0267fb2f249a35f74797cd61f34f.zip
Notes
Diffstat (limited to 'databases/firebird-client/files/patch-jrd::thd.c')
-rw-r--r--databases/firebird-client/files/patch-jrd::thd.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/firebird-client/files/patch-jrd::thd.c b/databases/firebird-client/files/patch-jrd::thd.c
deleted file mode 100644
index a09c3fe4e1c3..000000000000
--- a/databases/firebird-client/files/patch-jrd::thd.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- jrd/thd.c.orig Thu May 24 14:11:11 2001
-+++ jrd/thd.c Sun Jul 7 14:52:07 2002
-@@ -2605,7 +2605,7 @@
- int detach_state=PTHREAD_CREATE_DETACHED
- #endif
-
--#if ( !defined HP10 && !defined linux )
-+#if ( !defined HP10 && !defined linux && !defined FREEBSD )
-
- state = pthread_attr_init (&pattr);
- if (state)
-@@ -2628,7 +2628,7 @@
- return state;
-
- #else
--#ifdef linux
-+#if ( defined linux || defined FREEBSD )
- if (state = pthread_create (&thread, NULL, routine, arg))
- return state;
- return pthread_detach (thread);