head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE_20060622:1.2 OPENPKG_2_STABLE:1.2.0.12 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_RELEASE:1.2 OPENPKG_2_5_SOLID:1.2.0.10 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.8 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_CW_FP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.6 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.4 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.2 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.12 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.10 OPENPKG_1_3_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.8 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.6 OPENPKG_1_STABLE_BP:1.1 OPENPKG_1_1_RELEASE:1.1 OPENPKG_1_1_SOLID:1.1.0.4 OPENPKG_1_1_SOLID_BP:1.1 OPENPKG_1_0_RELEASE:1.1 OPENPKG_1_0_SOLID:1.1.0.2 OPENPKG_1_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.2 date 2004.06.03.14.37.25; author ms; state Exp; branches; next 1.1; 1.1 date 2001.11.25.11.34.30; author rse; state Exp; branches; next ; desc @@ 1.2 log @using global variables in inline extern functions seems to be illegal, so make the culprit zsendline noninline @ text @--- 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) { @ 1.1 log @Fix building under Linux and installation under Solaris. @ text @d23 11 @