freebsd-ports/net/ztelnet/files/patch-ba
CHOI Junho b94f60a58b - fix core-dump problem in 4.x reported in ports/18573
- cleanup patches and extra file
- fix unnecessary delay(from byung)
- resurrect MAINTAINER line(me)
- fix distfile location
- fix DESCR to correct maintainer

PR:		ports/18573
Submitted by:	byung@nowcool.dhs.org
2000-06-20 14:27:33 +00:00

18 lines
618 B
Plaintext

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)