summaryrefslogtreecommitdiff
path: root/audio/jack/files/patch-drivers_dummy_dummy__driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/jack/files/patch-drivers_dummy_dummy__driver.h')
-rw-r--r--audio/jack/files/patch-drivers_dummy_dummy__driver.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/jack/files/patch-drivers_dummy_dummy__driver.h b/audio/jack/files/patch-drivers_dummy_dummy__driver.h
new file mode 100644
index 000000000000..4dd31438c269
--- /dev/null
+++ b/audio/jack/files/patch-drivers_dummy_dummy__driver.h
@@ -0,0 +1,11 @@
+--- drivers/dummy/dummy_driver.h.orig 2013-10-04 00:45:25 UTC
++++ drivers/dummy/dummy_driver.h
+@@ -44,7 +44,7 @@ struct _dummy_driver
+ jack_nframes_t period_size;
+ unsigned long wait_time;
+
+-#ifdef HAVE_CLOCK_GETTIME
++#if HAVE_CLOCK_GETTIME
+ struct timespec next_wakeup;
+ #else
+ jack_time_t next_time;