aboutsummaryrefslogtreecommitdiff
path: root/comms/spandsp/files/patch-src::t31.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/spandsp/files/patch-src::t31.c')
-rw-r--r--comms/spandsp/files/patch-src::t31.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/spandsp/files/patch-src::t31.c b/comms/spandsp/files/patch-src::t31.c
new file mode 100644
index 000000000000..ba190efb6216
--- /dev/null
+++ b/comms/spandsp/files/patch-src::t31.c
@@ -0,0 +1,21 @@
+
+$FreeBSD$
+
+--- src/t31.c
++++ src/t31.c
+@@ -81,14 +81,7 @@
+ .pulse_dial = FALSE,
+ .double_escape = FALSE,
+ .adaptive_receive = FALSE,
+- .s_regs[0] = 0,
+- .s_regs[3] = '\r',
+- .s_regs[4] = '\n',
+- .s_regs[5] = '\b',
+- .s_regs[6] = 1,
+- .s_regs[7] = 60,
+- .s_regs[8] = 5,
+- .s_regs[10] = 0
++ .s_regs = { 0, 0, 0, '\r', '\n', '\b', 1, 60, 5, 0, 0 }
+ }
+ };
+