freebsd-ports/audio/jack/files/patch-drivers-dummy-dummy_driver.c
Edward Tomasz Napierala e1f6a6e1a8 Update to 0.116.2.
Approved by:	maintainer timeout
2009-03-30 18:21:21 +00:00

11 lines
347 B
C

--- drivers/dummy/dummy_driver.c.orig 2009-02-12 04:44:04.000000000 +0100
+++ drivers/dummy/dummy_driver.c 2009-02-12 04:44:15.000000000 +0100
@@ -73,7 +73,7 @@
}
}
-#ifdef HAVE_CLOCK_GETTIME
+#if HAVE_CLOCK_GETTIME
static inline unsigned long long ts_to_nsec(struct timespec ts)
{
return ts.tv_sec * 1000000000LL + ts.tv_nsec;