_XOPEN_SOURCE = 600

git-svn: trunk@4245
0.95
aCaB 17 years ago
parent eb4300ad0d
commit 86fd43b2bd
  1. 3
      ChangeLog
  2. 2
      freshclam/manager.c

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

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

Loading…
Cancel
Save