git-svn: trunk@4936

Török Edvin authored on 2009/03/13 00:55:18
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Mar 12 17:55:13 EET 2009 (edwin)
2
+------------------------------------
3
+ * libclamav/others_common.c: fix
4
+
1 5
 Thu Mar 12 17:52:31 EET 2009 (edwin)
2 6
 ------------------------------------
3 7
  * libclamav/others_common.c: use just mutex+strerror
... ...
@@ -76,10 +76,8 @@
76 76
 # ifndef HAVE_CTIME_R
77 77
 static pthread_mutex_t cli_ctime_mutex = PTHREAD_MUTEX_INITIALIZER;
78 78
 # endif
79
-#ifndef HAVE_STRERROR_R
80 79
 static pthread_mutex_t cli_strerror_mutex = PTHREAD_MUTEX_INITIALIZER;
81 80
 #endif
82
-#endif
83 81
 uint8_t cli_debug_flag = 0;
84 82
 
85 83
 #define MSGCODE(x)					    \