$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);
 
 /*
