openbsd-ports/security/clamav/patches/patch-libclamav_mbox_c
mbalmer e2e2236f4d Update ClamAV to version 0.91.2.
Note to -stable ports maintainers:  This should probably be put into -stable
since the ClamAV people do not provide virus data to outdated scan engines.

ok simon
2007-08-25 10:08:28 +00:00

15 lines
378 B
Plaintext

--- libclamav/mbox.c.orig Mon Jul 16 22:13:19 2007
+++ libclamav/mbox.c Sat Aug 25 09:35:06 2007
@@ -30,11 +30,6 @@ static char const rcsid[] = "$Id: mbox.c,v 1.381 2007/
#define NDEBUG /* map CLAMAV debug onto standard */
#endif
-#ifdef CL_THREAD_SAFE
-#ifndef _REENTRANT
-#define _REENTRANT /* for Solaris 2.8 */
-#endif
-#endif
#include <stdio.h>
#include <stdlib.h>