aboutsummaryrefslogtreecommitdiff
path: root/audio/rat30/files/patch-src:main.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-07-01 20:01:50 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-07-01 20:01:50 +0000
commit5f1fe4cf3d3aa5cf11f2f163d505de45bc702415 (patch)
tree82f7b9b650414ff02329c65d5677dda2dbca3391 /audio/rat30/files/patch-src:main.c
parent7ce0ef410b1794be74689fa327c86b2dcc311605 (diff)
Notes
Diffstat (limited to 'audio/rat30/files/patch-src:main.c')
-rw-r--r--audio/rat30/files/patch-src:main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/rat30/files/patch-src:main.c b/audio/rat30/files/patch-src:main.c
deleted file mode 100644
index 37e70d61a38a..000000000000
--- a/audio/rat30/files/patch-src:main.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/main.c.orig Fri Feb 3 00:23:21 2006
-+++ src/main.c Fri Feb 3 00:23:37 2006
-@@ -118,11 +118,11 @@
- NEW_QUEUE(pckt_queue_struct, rtcp_pckt_queue)
- NEW_QUEUE(rx_queue_struct, rx_unit_queue)
-
--#define INIT_QUEUE(T,Q) Q##_ptr[0] = &Q##[0]; \
-+#define INIT_QUEUE(T,Q) Q##_ptr[0] = &Q[0]; \
- Q##_ptr[0]->queue_empty_flag = 1; \
- Q##_ptr[0]->head_ptr = NULL; \
- Q##_ptr[0]->tail_ptr = NULL; \
-- Q##_ptr[1] = &Q##[1]; \
-+ Q##_ptr[1] = &Q[1]; \
- Q##_ptr[1]->queue_empty_flag = 1; \
- Q##_ptr[1]->head_ptr = NULL; \
- Q##_ptr[1]->tail_ptr = NULL;