Here is a patch to fix a compile issue I add with gcc 2.95.2. Everything else looks good for 0.87, great work!

Cheers,

Brian

--- clamav-milter/clamav-milter.c.orig  Fri Sep 16 12:28:01 2005
+++ clamav-milter/clamav-milter.c       Fri Sep 16 12:28:25 2005
@@ -3439,9 +3439,9 @@
 {
        fd_set rfds;
        struct timeval tv;
+       int ret;

        assert(sock >= 0);
-       int ret;

        if(readTimeout == 0) {
                do

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to