diff options
Diffstat (limited to 'misc/logsurfer/patches/patch-ab')
-rw-r--r-- | misc/logsurfer/patches/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/logsurfer/patches/patch-ab b/misc/logsurfer/patches/patch-ab new file mode 100644 index 00000000000..a18a6219596 --- /dev/null +++ b/misc/logsurfer/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.4 2000/08/08 23:21:23 cjones Exp $ +--- src/context.c.orig Tue Aug 8 17:07:45 2000 ++++ src/context.c Tue Aug 8 17:07:55 2000 +@@ -551,7 +551,6 @@ + { + struct context *this_context, *next_context; + +- next_context_timeout=LONG_MAX; + this_context=all_contexts; + while ( this_context != NULL ) { + next_context=this_context->next; |