Index: osl/unx/tempfile.c =================================================================== RCS file: /cvs/porting/sal/osl/unx/tempfile.c,v retrieving revision 1.5 diff -u -r1.5 tempfile.c --- osl/unx/tempfile.c 12 Jun 2003 09:47:10 -0000 1.5 +++ osl/unx/tempfile.c 15 Nov 2003 20:33:12 -0000 @@ -104,7 +104,7 @@ if ( !pValue ) { pValue = getenv( "TMP" ); -#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) +#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) || defined (MACOSX) if ( !pValue ) pValue = P_tmpdir; #endif