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

raj at netperf.org raj at netperf.org
Wed Mar 29 20:46:20 PST 2006


Author: raj
Date: 2006-03-29 20:46:19 -0800 (Wed, 29 Mar 2006)
New Revision: 63

Modified:
   trunk/src/netcpu_osx.c
Log:
Add another #include for OSX CPU util to get things compiling and running
on 10.3.9


Modified: trunk/src/netcpu_osx.c
===================================================================
--- trunk/src/netcpu_osx.c	2006-03-23 18:54:30 UTC (rev 62)
+++ trunk/src/netcpu_osx.c	2006-03-30 04:46:19 UTC (rev 63)
@@ -37,8 +37,13 @@
 
 #include <mach/host_info.h>
 #include <mach/mach_types.h>
+/* it would seem that on 10.3.9 mach_msg_type_number_t is in
+   <mach/message.h> so we'll see about including that one too.
+   hopefully it still exists in 10.4. if not, we will need to add some
+   .h file checks in configure so we can use "HAVE_mumble" ifdefs
+   here */
+#include <mach/message.h>
 
-
 #include "netsh.h"
 #include "netlib.h"
 



More information about the netperf-dev mailing list