8 Oct 2003 21:36
Re: clamav-milter patch
Joe Talbott <josepht <at> cstone.net>
2003-10-08 19:36:50 GMT
2003-10-08 19:36:50 GMT
Here's the patch I spoke of:
Joe
--
Be still like a mountain and flow like a great river.
--Lao Tse
--- clamav-milter.c 2003-09-30 07:53:55.000000000 -0400 +++ clamav-milter.c.new 2003-10-02 15:22:15.000000000 -0400 <at> <at> -163,6 +163,8 <at> <at> #include <stdio.h> #include <sysexits.h> +#include <fcntl.h> +#include <paths.h> #ifndef TARGET_OS_FREEBSD #include <malloc.h> #endif <at> <at> -299,6 +301,7 <at> <at> extern char *optarg; char *port = NULL, *ptr; FILE *clamd; + int fd; const char *cfgfile = CL_DEFAULT_CFG; struct cfgstruct *cpt; char cmd[64]; <at> <at> -527,6 +530,36 <at> <at> *ptr = '\0';(Continue reading)
RSS Feed