aboutsummaryrefslogtreecommitdiff
path: root/security/clamav/files
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2005-09-20 19:03:51 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2005-09-20 19:03:51 +0000
commit6888f0763b06c8697583939289ce483fe7f43846 (patch)
tree1d05d7a1c0310be46f4471822a888f3f35348d66 /security/clamav/files
parent454c5dc8cd73ba75854bcddbdda14b11343918b0 (diff)
downloadports-6888f0763b06c8697583939289ce483fe7f43846.tar.gz
ports-6888f0763b06c8697583939289ce483fe7f43846.zip
Notes
Diffstat (limited to 'security/clamav/files')
-rw-r--r--security/clamav/files/patch-clamav-milter_clamav-milter.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/clamav/files/patch-clamav-milter_clamav-milter.c b/security/clamav/files/patch-clamav-milter_clamav-milter.c
new file mode 100644
index 000000000000..c724493a9a33
--- /dev/null
+++ b/security/clamav/files/patch-clamav-milter_clamav-milter.c
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- clamav-milter/clamav-milter.c.orig
++++ clamav-milter/clamav-milter.c
+@@ -3439,9 +3439,9 @@
+ {
+ fd_set rfds;
+ struct timeval tv;
++ int ret;
+
+ assert(sock >= 0);
+- int ret;
+
+ if(readTimeout == 0) {
+ do