e2e2236f4d
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
15 lines
378 B
Plaintext
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>
|