From 7c0ab957c917c0bdf78d3fd6471c78032cc5ef6e Mon Sep 17 00:00:00 2001 From: ensc Date: Sep 17 2005 08:58:53 +0000 Subject: not needed for 0.87 anymore --- diff --git a/clamav-0.86.2-timeout.patch b/clamav-0.86.2-timeout.patch deleted file mode 100644 index af252b2..0000000 --- a/clamav-0.86.2-timeout.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- clamav-0.86.2/clamav-milter/clamav-milter.c.timeout -+++ clamav-0.86.2/clamav-milter/clamav-milter.c -@@ -373,7 +373,7 @@ - static pthread_cond_t n_children_cond = PTHREAD_COND_INITIALIZER; - static volatile unsigned int n_children = 0; - static unsigned int max_children = 0; --static int child_timeout = 300; /* number of seconds to wait for -+static int child_timeout = 0; /* number of seconds to wait for - * a child to die. Set to 0 to - * wait forever - */