Update of /cvsroot/linux-decnet/latd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7785
Modified Files:
aclocal.m4 configure.in connection.cc localport.cc server.h
utils.cc utils.h
Log Message:
Update autotools
Fix some names
1.27 release changelog
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/linux-decnet/latd/aclocal.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** aclocal.m4 20 Aug 2008 13:10:23 -0000 1.4
--- aclocal.m4 24 Aug 2008 13:18:16 -0000 1.5
***************
*** 1,6 ****
! # generated automatically by aclocal 1.10 -*- Autoconf -*-
! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
! # 2005, 2006 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
--- 1,6 ----
! # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
[...5329 lines suppressed...]
- rm -rf conftest.dir
- mkdir conftest.dir
- echo GrepMe > conftest.dir/file
- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
- rm -rf conftest.dir
- if test -s conftest.tar; then
- AM_RUN_LOG([$am__untar <conftest.tar])
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
- fi
- done
- rm -rf conftest.dir
-
- AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
- AC_MSG_RESULT([$am_cv_prog_tar_$1])])
- AC_SUBST([am__tar])
- AC_SUBST([am__untar])
- ]) # _AM_PROG_TAR
-
- m4_include([acinclude.m4])
--- 4842,4843 ----
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-decnet/latd/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** configure.in 7 Aug 2006 08:09:30 -0000 1.16
--- configure.in 24 Aug 2008 13:18:16 -0000 1.17
***************
*** 3,7 ****
dnl Checks that we are given a good source directory.
AC_INIT(latcp.cc)
! AM_INIT_AUTOMAKE(latd, 1.25)
dnl Checks for programs.
--- 3,7 ----
dnl Checks that we are given a good source directory.
AC_INIT(latcp.cc)
! AM_INIT_AUTOMAKE(latd, 1.27)
dnl Checks for programs.
Index: connection.cc
===================================================================
RCS file: /cvsroot/linux-decnet/latd/connection.cc,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -r1.73 -r1.74
*** connection.cc 20 Aug 2008 13:10:23 -0000 1.73
--- connection.cc 24 Aug 2008 13:18:16 -0000 1.74
***************
*** 86,90 ****
highest_session = 1;
max_window_size = msg->exqueued+1;
! max_window_size = 1; // PJC All we can manage
window_size = 0;
lat_eco = msg->latver_eco;
--- 86,90 ----
highest_session = 1;
max_window_size = msg->exqueued+1;
! max_window_size = 1; // All we can manage
window_size = 0;
lat_eco = msg->latver_eco;
***************
*** 1304,1308 ****
max_window_size = reply->exqueued+1;
! max_window_size = 1; // PJC All we can manage
window_size = 0;
// need_ack = false;
--- 1304,1308 ----
max_window_size = reply->exqueued+1;
! max_window_size = 1; // All we can manage
window_size = 0;
// need_ack = false;
Index: localport.cc
===================================================================
RCS file: /cvsroot/linux-decnet/latd/localport.cc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** localport.cc 20 Aug 2008 13:10:23 -0000 1.17
--- localport.cc 24 Aug 2008 13:18:16 -0000 1.18
***************
*** 89,93 ****
debuglog(("Dummy service NODE: %s\n", remnode.c_str()));
LATServer::Instance()->add_slave_node(remnode.c_str());
! // PJC ??? wot's this ?? LATServer::Instance()->send_enq(remnode.c_str());
}
--- 89,93 ----
debuglog(("Dummy service NODE: %s\n", remnode.c_str()));
LATServer::Instance()->add_slave_node(remnode.c_str());
! // CC ??? wot's this ?? LATServer::Instance()->send_enq(remnode.c_str());
}
Index: server.h
===================================================================
RCS file: /cvsroot/linux-decnet/latd/server.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** server.h 20 Aug 2008 13:10:23 -0000 1.47
--- server.h 24 Aug 2008 13:18:16 -0000 1.48
***************
*** 87,91 ****
int rating;
! int alarm_mode; // For slave solicit .. PJC investigate
unsigned char local_name[256]; // Node name
--- 87,91 ----
int rating;
! int alarm_mode; // For slave solicit .. CC investigate
unsigned char local_name[256]; // Node name
Index: utils.cc
===================================================================
RCS file: /cvsroot/linux-decnet/latd/utils.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** utils.cc 20 Aug 2008 13:10:23 -0000 1.9
--- utils.cc 24 Aug 2008 13:18:16 -0000 1.10
***************
*** 44,48 ****
#ifdef VERBOSE_DEBUG
! void pjc_debuglog(char *fmt, ...)
{
static time_t starttime = time(NULL);
--- 44,48 ----
#ifdef VERBOSE_DEBUG
! void chrissie_debuglog(char *fmt, ...)
{
static time_t starttime = time(NULL);
***************
*** 57,61 ****
#ifndef HAVE_OPENPTY
! int pjc_openpty(int *master, int *slave, char *a, char *b, char *d)
{
char ptyname[] = "/dev/ptyCP";
--- 57,61 ----
#ifndef HAVE_OPENPTY
! int chrissie_openpty(int *master, int *slave, char *a, char *b, char *d)
{
char ptyname[] = "/dev/ptyCP";
Index: utils.h
===================================================================
RCS file: /cvsroot/linux-decnet/latd/utils.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** utils.h 20 Aug 2008 13:10:23 -0000 1.9
--- utils.h 24 Aug 2008 13:18:16 -0000 1.10
***************
*** 44,61 ****
// RedHat 5 has a broken openpty()
#ifdef INTERNAL_OPENPTY
! int pjc_openpty(int*,int*, char*,char*,char*);
! #define openpty pjc_openpty
#endif
#if defined(VERBOSE_DEBUG)
#include <stdarg.h>
! extern void pjc_debuglog(char *,...);
#endif
#ifdef VERBOSE_DEBUG
! #define debuglog(x) pjc_debuglog x
//#include <stdarg.h>
! //extern void pjc_debuglog(char *,...);
#else
#define debuglog(x)
--- 44,61 ----
// RedHat 5 has a broken openpty()
#ifdef INTERNAL_OPENPTY
! int chrissie_openpty(int*,int*, char*,char*,char*);
! #define openpty chrissie_openpty
#endif
#if defined(VERBOSE_DEBUG)
#include <stdarg.h>
! extern void chrissie_debuglog(char *,...);
#endif
#ifdef VERBOSE_DEBUG
! #define debuglog(x) chrissie_debuglog x
//#include <stdarg.h>
! //extern void chrissie_debuglog(char *,...);
#else
#define debuglog(x)
|