pkgsrc/mail/clamav/patches/patch-aa
martti 303971b893 Updated mail/clamav to 0.96.1
* Lots of bug fixes
2010-05-20 07:47:45 +00:00

14 lines
350 B
Text

$NetBSD: patch-aa,v 1.21 2010/05/20 07:47:45 martti Exp $
Fix compilation error DragonFly.
--- clamdtop/clamdtop.c.orig 2009-06-01 19:20:12.000000000 +0300
+++ clamdtop/clamdtop.c 2009-06-11 07:31:58.000000000 +0300
@@ -33,6 +33,7 @@
#endif
#include <unistd.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>