diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-01 09:23:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-01 09:23:47 +0000 |
commit | b5ec41e3fb9ede348b0da8cf7ae19af85544c8c2 (patch) | |
tree | 4590d07aa65c59ed87b6b187614dca062bc548db /audio/jack/files/patch-ringbuffer.c | |
parent | Upgrade to 4.16, the latest release. It contains 4 new screensavers, (diff) |
Update to 0.98.1:
- The OSS driver is now part of the distribution
- Many FreeBSD fixes have been integrated
- Depend on doxygen to build Documentation
- Pretend not to maintain this port
Diffstat (limited to 'audio/jack/files/patch-ringbuffer.c')
-rw-r--r-- | audio/jack/files/patch-ringbuffer.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/jack/files/patch-ringbuffer.c b/audio/jack/files/patch-ringbuffer.c deleted file mode 100644 index 7e5bf885a72f..000000000000 --- a/audio/jack/files/patch-ringbuffer.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libjack/ringbuffer.c.orig Tue Mar 9 18:57:50 2004 -+++ libjack/ringbuffer.c Tue Mar 9 18:58:07 2004 -@@ -22,6 +22,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/mman.h> - #include <jack/ringbuffer.h> - |