[netperf-dev] netperf4 commit notice r195 - trunk/src
raj at netperf.org
raj at netperf.org
Thu Aug 24 13:21:19 PDT 2006
Author: raj
Date: 2006-08-24 13:21:18 -0700 (Thu, 24 Aug 2006)
New Revision: 195
Modified:
trunk/src/nettest_bsd.c
Log:
start using netlib's strtofam in nettest_bsd.c
Modified: trunk/src/nettest_bsd.c
===================================================================
--- trunk/src/nettest_bsd.c 2006-08-09 01:01:46 UTC (rev 194)
+++ trunk/src/nettest_bsd.c 2006-08-24 20:21:18 UTC (rev 195)
@@ -347,6 +347,7 @@
#endif
+#ifdef notdef
static int
strtofam(xmlChar *familystr)
{
@@ -366,6 +367,7 @@
return(-1);
}
}
+#endif
static void
get_dependency_data(test_t *test, int type, int protocol)
More information about the netperf-dev
mailing list