[netperf-dev] netperf2 commit notice r458 - trunk/src
raj at netperf.org
raj at netperf.org
Wed Jul 27 12:30:52 PDT 2011
Author: raj
Date: 2011-07-27 12:30:52 -0700 (Wed, 27 Jul 2011)
New Revision: 458
Modified:
trunk/src/netserver.c
trunk/src/netsh.c
trunk/src/nettest_bsd.c
trunk/src/nettest_omni.c
Log:
left
Modified: trunk/src/netserver.c
===================================================================
--- trunk/src/netserver.c 2011-07-27 19:26:48 UTC (rev 457)
+++ trunk/src/netserver.c 2011-07-27 19:30:52 UTC (rev 458)
@@ -128,7 +128,7 @@
#include <windows.h>
-#include "missing/stdint.h"
+#include "missing\stdint.h"
#define strdup _strdup
#define sleep(x) Sleep((x)*1000)
Modified: trunk/src/netsh.c
===================================================================
--- trunk/src/netsh.c 2011-07-27 19:26:48 UTC (rev 457)
+++ trunk/src/netsh.c 2011-07-27 19:30:52 UTC (rev 458)
@@ -39,7 +39,7 @@
#else
#include <time.h>
#include <winsock2.h>
-#include <missing/stdint.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:26:48 UTC (rev 457)
+++ trunk/src/nettest_bsd.c 2011-07-27 19:30:52 UTC (rev 458)
@@ -115,7 +115,7 @@
#include <process.h>
#define netperf_socklen_t socklen_t
#include <winsock2.h>
-#include "missing/stdint.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_omni.c
===================================================================
--- trunk/src/nettest_omni.c 2011-07-27 19:26:48 UTC (rev 457)
+++ trunk/src/nettest_omni.c 2011-07-27 19:30:52 UTC (rev 458)
@@ -101,7 +101,7 @@
#define sleep(x) Sleep((x)*1000)
-#include "missing/stdint.h"
+#include "missing\stdint.h"
#endif /* WIN32 */
/* We don't want to use bare constants in the shutdown() call. In the
More information about the netperf-dev
mailing list