[netperf-dev] netperf2 commit notice r245 - in trunk: . src
raj at netperf.org
raj at netperf.org
Thu Mar 6 16:40:49 PST 2008
Author: raj
Date: 2008-03-06 16:40:48 -0800 (Thu, 06 Mar 2008)
New Revision: 245
Modified:
trunk/configure
trunk/configure.ac
trunk/src/nettest_omni.c
Log:
might want to mark tarfiles with a better name for tot
Modified: trunk/configure
===================================================================
--- trunk/configure 2008-03-06 20:22:39 UTC (rev 244)
+++ trunk/configure 2008-03-07 00:40:48 UTC (rev 245)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for netperf 2.4.4.
+# Generated by GNU Autoconf 2.61 for netperf 2.4.5pre1.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -572,8 +572,8 @@
# Identity of this package.
PACKAGE_NAME='netperf'
PACKAGE_TARNAME='netperf'
-PACKAGE_VERSION='2.4.4'
-PACKAGE_STRING='netperf 2.4.4'
+PACKAGE_VERSION='2.4.5pre1'
+PACKAGE_STRING='netperf 2.4.5pre1'
PACKAGE_BUGREPORT=''
ac_unique_file="src/hist.h"
@@ -1221,7 +1221,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures netperf 2.4.4 to adapt to many kinds of systems.
+\`configure' configures netperf 2.4.5pre1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1292,7 +1292,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of netperf 2.4.4:";;
+ short | recursive ) echo "Configuration of netperf 2.4.5pre1:";;
esac
cat <<\_ACEOF
@@ -1402,7 +1402,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-netperf configure 2.4.4
+netperf configure 2.4.5pre1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1416,7 +1416,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by netperf $as_me 2.4.4, which was
+It was created by netperf $as_me 2.4.5pre1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2182,7 +2182,7 @@
# Define the identity of the package.
PACKAGE='netperf'
- VERSION='2.4.4'
+ VERSION='2.4.5pre1'
cat >>confdefs.h <<_ACEOF
@@ -10120,7 +10120,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by netperf $as_me 2.4.4, which was
+This file was extended by netperf $as_me 2.4.5pre1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10173,7 +10173,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-netperf config.status 2.4.4
+netperf config.status 2.4.5pre1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-03-06 20:22:39 UTC (rev 244)
+++ trunk/configure.ac 2008-03-07 00:40:48 UTC (rev 245)
@@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.
FULL-PACKAGE-NAME=netperf
-VERSION=2.4.4
+VERSION=2.4.5pre1
BUG-REPORT-ADDRESS=netperf-feedback at netperf.org
AC_PREREQ(2.59)
-AC_INIT(netperf, 2.4.4)
+AC_INIT(netperf, 2.4.5pre1)
# use the target version rather than host - one day we may want cross-compile
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/hist.h])
Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c 2008-03-06 20:22:39 UTC (rev 244)
+++ trunk/src/nettest_omni.c 2008-03-07 00:40:48 UTC (rev 245)
@@ -5236,7 +5236,7 @@
omni_results->ifname[15] = 0;
local_interface_slot = find_interface_slot(local_interface_name);
strncpy(omni_results->ifslot,local_interface_slot,16);
- omni_results->ifslot[16] = 0;
+ omni_results->ifslot[15] = 0;
find_interface_ids(local_interface_name,
&omni_results->vendor,
&omni_results->device,
More information about the netperf-dev
mailing list