Hi!

Find attached the new upstream patch. They've integrated it into their
svn and want us to test.

Can you please either check the attached patch, or even better, the svn
checkout:

   svn co http://subversion.jackaudio.org/jack/trunk/jack

Please provide feedback, so we don't need to patch in Debian, but use a
fixed upstream instead.


TIA

-- 
mail: [email protected]      http://adi.thur.de      PGP/GPG: key via keyserver
Index: jack/driver_interface.h
===================================================================
--- jack/driver_interface.h	(revision 3473)
+++ jack/driver_interface.h	(revision 3474)
@@ -27,6 +27,7 @@
 #include <limits.h>
 
 #include <jack/jack.h>
+#include <jack/internal.h>
 
 #define JACK_DRIVER_NAME_MAX          15
 #define JACK_DRIVER_PARAM_NAME_MAX    15
Index: jack/internal.h
===================================================================
--- jack/internal.h	(revision 3473)
+++ jack/internal.h	(revision 3474)
@@ -81,6 +81,14 @@
 
 #include <jack/messagebuffer.h>
 
+#ifndef PATH_MAX
+    #ifdef MAXPATHLEN
+	#define PATH_MAX MAXPATHLEN
+    #else
+	#define PATH_MAX 1024
+    #endif /* MAXPATHLEN */
+#endif /* !PATH_MAX */
+
 #ifdef DEBUG_ENABLED
 
 /* grab thread id instead of PID on linux */

Reply via email to