From dc86935656614246608a94d99c864f4c54ff35bf Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 14 Apr 2003 02:05:22 +0000 Subject: Backout previous commit. It's a incompatible upgrade; net/linuxigd isn't yet ready for it. Noticed by: kris & bento, and many other linuxigd users. --- .../files/patch-threadutil::src::ThreadPool.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/upnp104/files/patch-threadutil::src::ThreadPool.c (limited to 'devel/upnp104/files/patch-threadutil::src::ThreadPool.c') 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 ); -- cgit v1.2.3