_XOPEN_SOURCE = 600

git-svn: trunk@4245
This commit is contained in:
aCaB
2008-10-11 10:01:11 +00:00
parent eb4300ad0d
commit 86fd43b2bd
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
Sat Oct 11 12:20:10 CEST 2008 (acab)
* freshclama/manager.c: bump _XOPEN_SOURCE
Sat Oct 11 11:56:10 CEST 2008 (acab)
------------------------------------
* Make use of address family instead of protocol family as the

View File

@@ -26,7 +26,7 @@
#include <winsock.h> /* only needed in CL_EXPERIMENTAL */
#endif
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#if HAVE_CONFIG_H
#include "clamav-config.h"