=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/io/tcpf.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- OpenXM_contrib2/asir2000/io/tcpf.c 2018/03/29 01:32:54 1.76 +++ OpenXM_contrib2/asir2000/io/tcpf.c 2021/03/24 18:28:07 1.77 @@ -44,7 +44,7 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM: OpenXM_contrib2/asir2000/io/tcpf.c,v 1.75 2017/09/04 01:57:53 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/io/tcpf.c,v 1.76 2018/03/29 01:32:54 noro Exp $ */ #include "ca.h" #include "parse.h" @@ -78,7 +78,7 @@ static struct m_c { } *m_c_tab; static int m_c_i,m_c_s; -int I_am_server; +extern int I_am_server; extern int little_endian;