Martin Spott wrote: > Would anyone object to a patch that unifies this to "(__sun)" ?
Patch3/3: --- TerraGear/src/BuildTiles/Parallel/server.cxx~ 2005-10-04 20:26:05.158702550 +0200 +++ TerraGear/src/BuildTiles/Parallel/server.cxx 2005-10-04 20:26:05.168701750 +0200 @@ -29,7 +29,7 @@ SG_USING_STD( cerr ); SG_USING_STD( endl ); -#if defined (sun) || defined (__CYGWIN__) || defined(sgi) +#if defined (__sun) || defined (__CYGWIN__) || defined(sgi) # define WAIT_ANY (pid_t)-1 #endif Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
