aboutsummaryrefslogtreecommitdiff
path: root/comms/soundmodem/files/patch-newqpsk_fec.h
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2013-12-15 00:50:37 +0000
committerDiane Bruce <db@FreeBSD.org>2013-12-15 00:50:37 +0000
commit6e6d1759d217d478d1671846b900e3539dab58ac (patch)
treedf9a085070a1919ff9435428e6c6abee3ca39cf4 /comms/soundmodem/files/patch-newqpsk_fec.h
parent0608e517a6d08f397e1a4c9195f6c451abf67bc0 (diff)
downloadports-6e6d1759d217d478d1671846b900e3539dab58ac.tar.gz
ports-6e6d1759d217d478d1671846b900e3539dab58ac.zip
Notes
Diffstat (limited to 'comms/soundmodem/files/patch-newqpsk_fec.h')
-rw-r--r--comms/soundmodem/files/patch-newqpsk_fec.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/soundmodem/files/patch-newqpsk_fec.h b/comms/soundmodem/files/patch-newqpsk_fec.h
new file mode 100644
index 000000000000..1b209798ab8d
--- /dev/null
+++ b/comms/soundmodem/files/patch-newqpsk_fec.h
@@ -0,0 +1,20 @@
+--- newqpsk/fec.h.orig 2002-08-09 15:01:52.000000000 -0500
++++ newqpsk/fec.h 2013-12-14 17:37:25.000000000 -0500
+@@ -13,7 +13,7 @@
+
+ /* --------------------------------------------------------------------- */
+
+-extern inline void init_fec(struct fecstate *f)
++static inline void init_fec(struct fecstate *f)
+ {
+ switch (f->feclevel) {
+ case 0:
+@@ -33,7 +33,7 @@
+
+ /* --------------------------------------------------------------------- */
+
+-extern inline void init_inlv(struct fecstate *f)
++static inline void init_inlv(struct fecstate *f)
+ {
+ int i;
+