diff options
Diffstat (limited to 'sysutils/monit/patches/patch-af')
-rw-r--r-- | sysutils/monit/patches/patch-af | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/monit/patches/patch-af b/sysutils/monit/patches/patch-af deleted file mode 100644 index d6b3b32a82e..00000000000 --- a/sysutils/monit/patches/patch-af +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2007/04/30 20:53:54 heinz Exp $ - -fixes crash on NetBSD due to usage of already destroyed mutex. -See also http://cvs.savannah.gnu.org/viewcvs/monit/log.c?rev=1.33&root=monit&r1=1.33&view=log - ---- log.c.orig 2007-01-03 22:02:06.000000000 +0100 -+++ log.c -@@ -277,7 +277,7 @@ void log_close() { - LogError("%s: Error closing the log file -- %s\n", - prog, STRERROR); - } -- pthread_mutex_destroy(&log_mutex); -+ - LOG= NULL; - - } |