You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
901 B

--- src/lrz.c.orig Wed Dec 30 08:49:24 1998
+++ src/lrz.c Sun Nov 25 12:17:49 2001
@@ -41,7 +41,7 @@
#include "xstrtoul.h"
#include "error.h"
-#ifndef STRICT_PROTOTYPES
+#if !defined(STRICT_PROTOTYPES) && !defined(__linux__)
extern time_t time();
extern char *strerror();
extern char *strstr();
--- src/lsz.c.orig Sun Nov 25 12:18:46 2001
+++ src/lsz.c Sun Nov 25 12:18:10 2001
@@ -50,7 +50,7 @@
#include "xstrtoul.h"
#include "error.h"
-#ifndef STRICT_PROTOTYPES
+#if !defined(STRICT_PROTOTYPES) && !defined(__linux__)
extern time_t time();
extern char *strerror();
extern char *strstr();
--- src/zm.c.orig 1998-12-29 17:48:38.000000000 +0100
+++ src/zm.c 2004-06-03 16:26:25.167954705 +0200
@@ -251,7 +251,7 @@
* Send character c with ZMODEM escape sequence encoding.
* Escape XON, XOFF. Escape CR following @ (Telenet net escape)
*/
-inline void
+void
zsendline(int c)
{