--- sal/rtl/source/alloc_cache.c 2 May 2006 12:11:54 -0000 1.2 +++ sal/rtl/source/alloc_cache.c 16 Jun 2006 00:49:32 -0000 @@ -1343,7 +1343,7 @@ */ static void rtl_cache_wsupdate_wait ( - unsigned int seconds + unsigned long seconds ); /** rtl_cache_wsupdate_fini() @@ -1379,7 +1379,7 @@ } static void -rtl_cache_wsupdate_wait (unsigned int seconds) +rtl_cache_wsupdate_wait (unsigned long seconds) { if (seconds > 0) { @@ -1431,7 +1431,7 @@ } static void -rtl_cache_wsupdate_wait (unsigned int seconds) +rtl_cache_wsupdate_wait (unsigned long seconds) { if (seconds > 0) { @@ -1529,7 +1529,7 @@ #endif /* SAL_UNX || SAL_W32 */ rtl_cache_wsupdate_all (void * arg) { - unsigned int seconds = (unsigned int)(arg); + unsigned long seconds = (unsigned long)(arg); RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); while (!g_cache_list.m_update_done)