summaryrefslogtreecommitdiff
path: root/net/ztelnet/files/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'net/ztelnet/files/patch-az')
-rw-r--r--net/ztelnet/files/patch-az17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/ztelnet/files/patch-az b/net/ztelnet/files/patch-az
new file mode 100644
index 000000000000..0fbf73725c7b
--- /dev/null
+++ b/net/ztelnet/files/patch-az
@@ -0,0 +1,17 @@
+diff -uNr ../ztelnet/zmodem/zmr.c ./zmodem/zmr.c
+--- ../ztelnet/zmodem/zmr.c Mon Apr 24 14:07:17 1995
++++ ./zmodem/zmr.c Wed Dec 3 03:22:35 1997
+@@ -38,9 +38,10 @@
+ *
+ * ZMODEM RLE compression and decompression functions
+ */
+-/*PMS*/
+-static zsdar32(char*, int, int);
+-static zrdatr32(register char *buf, int length);
++/*--- Appended by yongari yo shut up compiler -----*/
++STATIC zsdar32();
++STATIC zrdatr32();
++/*-------------------------------------------------*/
+
+ /* Send data subpacket RLE encoded with 32 bit FCS */
+ STATIC zsdar32(buf, length, frameend)