[netperf-dev] netperf2 commit notice r457 - trunk/src
raj at netperf.org
raj at netperf.org
Wed Jul 27 12:26:49 PDT 2011
Author: raj
Date: 2011-07-27 12:26:48 -0700 (Wed, 27 Jul 2011)
New Revision: 457
Modified:
trunk/src/netserver.c
trunk/src/netsh.c
trunk/src/nettest_bsd.c
Log:
left
Modified: trunk/src/netserver.c
===================================================================
--- trunk/src/netserver.c 2011-07-27 19:21:23 UTC (rev 456)
+++ trunk/src/netserver.c 2011-07-27 19:26:48 UTC (rev 457)
@@ -128,6 +128,8 @@
#include <windows.h>
+#include "missing/stdint.h"
+
#define strdup _strdup
#define sleep(x) Sleep((x)*1000)
#define netperf_socklen_t socklen_t
Modified: trunk/src/netsh.c
===================================================================
--- trunk/src/netsh.c 2011-07-27 19:21:23 UTC (rev 456)
+++ trunk/src/netsh.c 2011-07-27 19:26:48 UTC (rev 457)
@@ -39,6 +39,7 @@
#else
#include <time.h>
#include <winsock2.h>
+#include <missing/stdint.h>
/* while it is unlikely that anyone running Windows 2000 or NT 4 is
going to be trying to compile this, if they are they will want to
define DONT_IPV6 in the sources file */
Modified: trunk/src/nettest_bsd.c
===================================================================
--- trunk/src/nettest_bsd.c 2011-07-27 19:21:23 UTC (rev 456)
+++ trunk/src/nettest_bsd.c 2011-07-27 19:26:48 UTC (rev 457)
@@ -115,7 +115,7 @@
#include <process.h>
#define netperf_socklen_t socklen_t
#include <winsock2.h>
-
+#include "missing/stdint.h"
/* while it is unlikely that anyone running Windows 2000 or NT 4 is
going to be trying to compile this, if they are they will want to
define DONT_IPV6 in the sources file */
More information about the netperf-dev
mailing list