diff options
Diffstat (limited to 'audio/jack/patches/patch-ah')
-rw-r--r-- | audio/jack/patches/patch-ah | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/jack/patches/patch-ah b/audio/jack/patches/patch-ah index 943ce6aa1e5..296b31c4055 100644 --- a/audio/jack/patches/patch-ah +++ b/audio/jack/patches/patch-ah @@ -1,12 +1,12 @@ -$NetBSD: patch-ah,v 1.2 2008/11/16 11:22:55 bjs Exp $ +$NetBSD: patch-ah,v 1.3 2013/02/09 19:59:44 ryoon Exp $ Allow overriding the watchdog timeout. ---- jack/engine.h.orig 2008-11-11 17:36:38.000000000 -0500 +--- jack/engine.h.orig 2011-06-08 23:54:48.000000000 +0000 +++ jack/engine.h -@@ -51,8 +51,12 @@ typedef struct _jack_port_buffer_list { - jack_port_buffer_info_t *info; /* jack_buffer_info_t array */ - } jack_port_buffer_list_t; +@@ -56,8 +56,12 @@ typedef struct _jack_reserved_name { + char name[JACK_CLIENT_NAME_SIZE]; + } jack_reserved_name_t; +#ifndef JACKD_WATCHDOG_TIMEOUT #define JACKD_WATCHDOG_TIMEOUT 10000 |