[netperf-dev] netperf2 commit notice r447 - trunk/src

raj at netperf.org raj at netperf.org
Mon Jul 25 11:49:32 PDT 2011


Author: raj
Date: 2011-07-25 11:49:32 -0700 (Mon, 25 Jul 2011)
New Revision: 447

Modified:
   trunk/src/netserver.c
Log:
remove a spurrious angle bracket that the linux compiler did not catch but the windows ddk compiler does

Modified: trunk/src/netserver.c
===================================================================
--- trunk/src/netserver.c	2011-07-21 21:42:56 UTC (rev 446)
+++ trunk/src/netserver.c	2011-07-25 18:49:32 UTC (rev 447)
@@ -113,7 +113,7 @@
 #endif
 
 #if !defined(HAVE_SETSID)
-#if HAVE_SYS_WAIT_H>
+#if HAVE_SYS_WAIT_H
 #include <sys/wait.h>
 #endif
 #endif



More information about the netperf-dev mailing list