Browse code

_XOPEN_SOURCE = 600

git-svn: trunk@4245

aCaB authored on 2008/10/11 19:01:11
Showing 2 changed files
... ...
@@ -1,3 +1,6 @@
1
+Sat Oct 11 12:20:10 CEST 2008 (acab)
2
+  * freshclama/manager.c: bump _XOPEN_SOURCE
3
+
1 4
 Sat Oct 11 11:56:10 CEST 2008 (acab)
2 5
 ------------------------------------
3 6
   * Make use of address family instead of protocol family as the
... ...
@@ -26,7 +26,7 @@
26 26
 #include <winsock.h>	/* only needed in CL_EXPERIMENTAL */
27 27
 #endif
28 28
 
29
-#define _XOPEN_SOURCE 500
29
+#define _XOPEN_SOURCE 600
30 30
 
31 31
 #if HAVE_CONFIG_H
32 32
 #include "clamav-config.h"