[netperf-dev] netperf2 commit notice r560 - trunk/src
raj at netperf.org
raj at netperf.org
Tue Apr 3 16:46:36 PDT 2012
Author: raj
Date: 2012-04-03 16:46:36 -0700 (Tue, 03 Apr 2012)
New Revision: 560
Modified:
trunk/src/dscp.c
Log:
keep slogging
Modified: trunk/src/dscp.c
===================================================================
--- trunk/src/dscp.c 2012-04-03 23:35:03 UTC (rev 559)
+++ trunk/src/dscp.c 2012-04-03 23:46:36 UTC (rev 560)
@@ -34,6 +34,10 @@
#include <string.h>
#endif
+#ifdef WIN32
+#define strcasecmp(a,b) _stricmp(a,b)
+#endif
+
int parse_ipqos(const char *cp);
const char * iptos2str(int iptos);
@@ -123,7 +127,7 @@
int
parse_ipqos(const char *cp)
{
- u_int i;
+ unsigned int i;
char *ep = NULL;
long val;
More information about the netperf-dev
mailing list