summaryrefslogtreecommitdiff
path: root/net/ztelnet/files/patch-ba
blob: c02f0a03ba6fb54081ed06385a5a4e375602aebe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zmr.c work/ztelnet/zmodem/zmr.c
--- work.old/ztelnet/zmodem/zmr.c	Mon Apr 24 23:07:17 1995
+++ work/ztelnet/zmodem/zmr.c	Tue Jun 20 22:58:33 2000
@@ -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)