diff options
Diffstat (limited to 'devel/upnp104/files/patch-threadutil::src::ThreadPool.c')
-rw-r--r-- | devel/upnp104/files/patch-threadutil::src::ThreadPool.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/upnp104/files/patch-threadutil::src::ThreadPool.c b/devel/upnp104/files/patch-threadutil::src::ThreadPool.c deleted file mode 100644 index 12be8d316ed1..000000000000 --- a/devel/upnp104/files/patch-threadutil::src::ThreadPool.c +++ /dev/null @@ -1,20 +0,0 @@ ---- threadutil/src/ThreadPool.c.orig Sat Apr 5 23:20:04 2003 -+++ threadutil/src/ThreadPool.c Sat Apr 5 23:20:47 2003 -@@ -341,7 +341,7 @@ - struct timeb t; - - ftime( &t ); -- srand( ( unsigned int )t.millitm + ithread_get_current_thread_id( ) ); -+ srand( ( unsigned int )t.millitm + ( unsigned int )ithread_get_current_thread_id( ) ); - } - - /**************************************************************************** -@@ -1455,7 +1455,7 @@ - assert( stats != NULL ); if( stats == NULL ) { - return;} - -- printf( "ThreadPoolStats at Time: %ld\n", time( NULL ) ); -+ printf( "ThreadPoolStats at Time: %lf\n", time( NULL ) ); - printf - ( "Average Wait in High Priority Q in milliseconds: %lf\n", - stats->avgWaitHQ ); |