mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
$NetBSD: patch-ab,v 1.5 2006/12/07 12:51:36 obache Exp $
|
|
--- src/context.c.orig 2006-12-07 12:14:47.000000000 +0000
|
|
+++ src/context.c
|
|
@@ -534,7 +534,6 @@ check_context_timeout()
|
|
{
|
|
struct context *this_context, *next_context;
|
|
|
|
- next_context_timeout=LONG_MAX;
|
|
this_context=all_contexts;
|
|
while ( this_context != NULL ) {
|
|
next_context=this_context->next;
|