aboutsummaryrefslogtreecommitdiffstats
path: root/www/kannel/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-20 17:25:39 +0800
committerkrion <krion@FreeBSD.org>2004-12-20 17:25:39 +0800
commitee74d46ff31a385769b2af78256f3715cc603436 (patch)
tree03fa27e685e299fef602412daffe91d129069a5a /www/kannel/files
parent8018c46f33168b47a2c5166c4844adab29e1c8f4 (diff)
downloadfreebsd-ports-gnome-ee74d46ff31a385769b2af78256f3715cc603436.tar.gz
freebsd-ports-gnome-ee74d46ff31a385769b2af78256f3715cc603436.tar.zst
freebsd-ports-gnome-ee74d46ff31a385769b2af78256f3715cc603436.zip
Update to version 1.4.0
PR: ports/75271 Submitted by: Ports Fury
Diffstat (limited to 'www/kannel/files')
-rw-r--r--www/kannel/files/patch-af16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/kannel/files/patch-af b/www/kannel/files/patch-af
index 1deedc46c86e..f4a5ab082c65 100644
--- a/www/kannel/files/patch-af
+++ b/www/kannel/files/patch-af
@@ -1,9 +1,9 @@
---- gwlib/gwthread-pthread.c.orig Wed Sep 4 18:11:06 2002
-+++ gwlib/gwthread-pthread.c Sun Jan 19 03:05:30 2003
-@@ -68,6 +68,11 @@
- pthread_key_t tsd_key;
+--- gwlib/gwthread-pthread.c.orig Thu Aug 12 19:53:30 2004
++++ gwlib/gwthread-pthread.c Mon Dec 20 00:53:57 2004
+@@ -125,6 +125,11 @@
+ static pthread_key_t tsd_key;
- pthread_mutex_t threadtable_lock;
+ static pthread_mutex_t threadtable_lock;
+/*
+ * Thread creation parameters.
+ */
@@ -12,7 +12,7 @@
static void lock(void)
{
-@@ -205,6 +210,7 @@
+@@ -263,6 +268,7 @@
{
int ret;
int i;
@@ -20,7 +20,7 @@
pthread_mutex_init(&threadtable_lock, NULL);
-@@ -217,6 +223,13 @@
+@@ -275,6 +281,13 @@
threadtable[i] = NULL;
}
active_threads = 0;
@@ -34,7 +34,7 @@
create_threadinfo_main();
}
-@@ -380,7 +393,7 @@
+@@ -443,7 +456,7 @@
return -1;
}