diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-06-20 14:27:33 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-06-20 14:27:33 +0000 |
commit | b94f60a58b448d34d313b61ea45b33b395fcb17d (patch) | |
tree | f56e14f174df9c93e122170e675ab782a5655ebe /net/ztelnet/files/patch-az | |
parent | Locally hosted distfiles moved to ftp.freebsd.org. (diff) |
- 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
Diffstat (limited to 'net/ztelnet/files/patch-az')
-rw-r--r-- | net/ztelnet/files/patch-az | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/net/ztelnet/files/patch-az b/net/ztelnet/files/patch-az index 0fbf73725c7b..c691dbcade08 100644 --- a/net/ztelnet/files/patch-az +++ b/net/ztelnet/files/patch-az @@ -1,17 +1,16 @@ -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(); -+/*-------------------------------------------------*/ +diff -uNr --exclude=*.orig work.old/ztelnet/zmodem/zmodem.h work/ztelnet/zmodem/zmodem.h +--- work.old/ztelnet/zmodem/zmodem.h Mon Apr 24 23:34:19 1995 ++++ work/ztelnet/zmodem/zmodem.h Tue Jun 20 22:58:33 2000 +@@ -117,9 +117,9 @@ + /* Parameters for ZCOMMAND frame ZF0 (otherwise 0) */ + #define ZCACK1 1 /* Acknowledge, then do command */ - /* Send data subpacket RLE encoded with 32 bit FCS */ - STATIC zsdar32(buf, length, frameend) +-/* PMS +-unsigned long rclhdr(); +-*/ ++/*-----Modified by yongari to shut up compiler------*/ ++/* unsigned long rclhdr(); */ ++STATIC unsigned long rclhdr(); + + /* Globals used by ZMODEM functions */ + extern Rxframeind; /* ZBIN ZBIN32, or ZHEX type of frame */ |