openbsd-ports/security/clamav/patches/patch-libclamav_mbox_c
mbalmer fa0e2fef8f Update ClamAV to version 0.93, which fixes mostly security problems, at
least one highly critical (remote). See http://secunia.com/advisories/29000
for details.

Thanks to kurt@ for helping analyzing the threaded code issues.
2008-04-16 19:46:01 +00:00

15 lines
360 B
Plaintext

--- libclamav/mbox.c.orig Wed Apr 9 17:29:28 2008
+++ libclamav/mbox.c Mon Apr 14 18:41:12 2008
@@ -32,11 +32,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
#define _GNU_SOURCE