mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b94f60a58b
- 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
17 lines
598 B
Plaintext
17 lines
598 B
Plaintext
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 */
|
|
|
|
-/* 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 */
|