*** compat/Makefile.in.ORIG Mon Aug 18 17:07:18 2008 --- compat/Makefile.in Mon Aug 18 17:07:26 2008 *************** *** 183,190 **** -I$(top_builddir)/include \ @STRIP_END@ ! AM_CXXFLAGS = -Wall ! AM_CFLAGS = -Wall libcompat_a_SOURCES = \ Thread.c \ error.c \ --- 183,190 ---- -I$(top_builddir)/include \ @STRIP_END@ ! AM_CXXFLAGS = ! AM_CFLAGS = libcompat_a_SOURCES = \ Thread.c \ error.c \ *** compat/Thread.c.ORIG Mon Aug 18 17:08:08 2008 --- compat/Thread.c Mon Aug 18 17:08:35 2008 *************** *** 95,101 **** * Initialize the thread subsystems variables and set the concurrency * level in solaris. * ------------------------------------------------------------------- */ ! void thread_init( ) { Condition_Initialize( &thread_sNum_cond ); #if defined( sun ) /* Solaris apparently doesn't default to timeslicing threads, --- 95,101 ---- * Initialize the thread subsystems variables and set the concurrency * level in solaris. * ------------------------------------------------------------------- */ ! void AIX_thread_init( ) { Condition_Initialize( &thread_sNum_cond ); #if defined( sun ) /* Solaris apparently doesn't default to timeslicing threads, *** include/Thread.h.ORIG Mon Aug 18 17:16:48 2008 --- include/Thread.h Mon Aug 18 17:16:57 2008 *************** *** 100,106 **** #include "Settings.hpp" // initialize or destroy the thread subsystem ! void thread_init( ); void thread_destroy( ); // start or stop a thread executing --- 100,106 ---- #include "Settings.hpp" // initialize or destroy the thread subsystem ! void AIX_thread_init( ); void thread_destroy( ); // start or stop a thread executing *** src/Makefile.in.ORIG Mon Aug 18 17:15:23 2008 --- src/Makefile.in Mon Aug 18 17:15:30 2008 *************** *** 190,197 **** -I$(top_builddir)/include \ @STRIP_END@ ! AM_CXXFLAGS = -Wall ! AM_CFLAGS = -Wall iperf_LDFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ @WEB100_CFLAGS@ @DEFS@ iperf_SOURCES = \ Client.cpp \ --- 190,197 ---- -I$(top_builddir)/include \ @STRIP_END@ ! AM_CXXFLAGS = ! AM_CFLAGS = iperf_LDFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ @WEB100_CFLAGS@ @DEFS@ iperf_SOURCES = \ Client.cpp \ *** src/main.cpp.ORIG Mon Aug 18 17:08:57 2008 --- src/main.cpp Mon Aug 18 17:09:06 2008 *************** *** 146,152 **** Mutex_Initialize( &clients_mutex ); // Initialize the thread subsystem ! thread_init( ); // Initialize the interrupt handling thread to 0 sThread = thread_zeroid(); --- 146,152 ---- Mutex_Initialize( &clients_mutex ); // Initialize the thread subsystem ! AIX_thread_init( ); // Initialize the interrupt handling thread to 0 sThread = thread_zeroid(); *** Makefile.in.ORIG Mon Aug 18 17:06:39 2008 --- Makefile.in Mon Aug 18 17:06:50 2008 *************** *** 183,190 **** -I$(top_builddir)/include \ @STRIP_END@ ! AM_CXXFLAGS = -Wall ! AM_FLAGS = -Wall all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive --- 183,190 ---- -I$(top_builddir)/include \ @STRIP_END@ ! AM_CXXFLAGS = ! AM_FLAGS = all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive