summaryrefslogtreecommitdiff
path: root/net/ztelnet/files/patch-az
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-03-18 18:53:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-03-18 18:53:00 +0000
commit50b0e6ce97291d2f55622b534877f88908715908 (patch)
tree4cde940101fdec2702231036c4bbd2ce4566e20a /net/ztelnet/files/patch-az
parentvim --> vim4 (diff)
Split patch-aa into patches for the individual *_26_* files that are patched.
Forgotten by: steve
Notes
Notes: svn path=/head/; revision=10222
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)