summaryrefslogtreecommitdiff
path: root/audio/nas/patches/patch-ah
blob: 1971f427404da1c38d9e82cafada3d9085dae1d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.1 2008/10/14 12:47:11 markd Exp $

# fix for "libpthread: Unlocking unlocked mutex" seen on NetBSD-4

--- lib/audio/OpenSvr.c.orig	2008-10-15 01:31:46.000000000 +1300
+++ lib/audio/OpenSvr.c
@@ -327,7 +327,6 @@ server is %d.%d!\r\n",
 /*
  * and done mucking with the server
  */
-	_AuUnlockServer();		/* didn't exist, so didn't lock */
 	_AuUnlockMutex(_init_mutex);
 
 /*