openbsd-ports/security/clamav/patches/patch-libclamav_mbox_c

15 lines
378 B
Plaintext
Raw Normal View History

--- 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>