diff options
Diffstat (limited to 'news/pan/files/patch-pan::queue.c')
-rw-r--r-- | news/pan/files/patch-pan::queue.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/news/pan/files/patch-pan::queue.c b/news/pan/files/patch-pan::queue.c deleted file mode 100644 index e4c2495c0ec..00000000000 --- a/news/pan/files/patch-pan::queue.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- pan/queue.c 2001/09/14 13:20:29 1.1 -+++ pan/queue.c 2001/09/14 13:20:44 -@@ -1202,7 +1202,7 @@ - pthread_mutex_lock (&queue_lock); - gettimeofday (&now, NULL); - timeout.tv_sec = now.tv_sec + TIMEOUT_SECS; -- timeout.tv_nsec = timeout.tv_sec; -+ timeout.tv_nsec = 0; - retcode = pthread_cond_timedwait(&qcond, &queue_lock, &timeout); - pthread_mutex_unlock (&queue_lock); - |