diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-09-20 19:03:51 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-09-20 19:03:51 +0000 |
commit | 6888f0763b06c8697583939289ce483fe7f43846 (patch) | |
tree | 1d05d7a1c0310be46f4471822a888f3f35348d66 /security/clamav/files | |
parent | 454c5dc8cd73ba75854bcddbdda14b11343918b0 (diff) | |
download | ports-6888f0763b06c8697583939289ce483fe7f43846.tar.gz ports-6888f0763b06c8697583939289ce483fe7f43846.zip |
Notes
Diffstat (limited to 'security/clamav/files')
-rw-r--r-- | security/clamav/files/patch-clamav-milter_clamav-milter.c | 16 |
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 |