Small cleaning, not important

Initial
Stephane Bortzmeyer 22 years ago
parent 2981be22fb
commit 654c820200

@ -68,3 +68,7 @@ $Id$

2
SRC/configure vendored

@ -732,7 +732,7 @@ fi
PACKAGE=echoping
VERSION=5.0.0
VERSION=5.0.1-BETA
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

@ -32,7 +32,9 @@ struct timeval conntv, connectedtv, sendtv, recvtv;
unsigned int successes, attempts = 0;
unsigned int size = DEFLINE;
unsigned int j = 0;
int family = PF_UNSPEC;
struct result results[MAXNUMBER];
struct timeval good_results[MAXNUMBER];
extern int tvcmp ();
@ -136,7 +138,6 @@ main (argc, argv)
max = null_timeval;
min = max_timeval;
stddev = null_timeval;
strcpy (port_name, ECHO_TCP_PORT);
for (i = 0; i <= MAXNUMBER; i++)

Loading…
Cancel
Save