commit 438d520f76541e05250d440cfda4273908d2ba79
parent 81cc1f25ec29251fb805fe7d9678052ec4f6acc2
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 6 Jan 2019 21:30:09 +0100
Remove _XOPEN_SOURCE 700, it breaks the build on Linux.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/statzone.c b/src/statzone.c
@@ -4,14 +4,13 @@
* https://www.statdns.com
*
* Created: 2012-02-13
- * Last Updated: 2019-01-05
+ * Last Updated: 2019-01-06
*
* StatZone is released under the BSD 2-Clause license
* See LICENSE file for details.
*/
#define _POSIX_C_SOURCE 199309L
-#define _XOPEN_SOURCE 700
#include <sys/stat.h>
#include <sys/time.h>