$NetBSD: patch-ac,v 1.2 2004/05/10 02:19:33 kristerw Exp $

--- src/pipe.cpp.orig	Mon Dec  8 13:20:33 2003
+++ src/pipe.cpp	Mon May 10 04:10:31 2004
@@ -26,6 +26,7 @@
 
 #include <iostream>
 #include <stdlib.h>
+#include <errno.h>
 #include <audioproc.h>
 #include <pipe.h>
 #include <jutils.h>
@@ -61,7 +62,7 @@
   end=start=buffer;
   blocking = true;
   _thread_init();
-  unlock();
+  //unlock();
 }
 
 Pipe::~Pipe() {
