Adjust _XOPEN_SOURCE value for build on FreeBSD and fix pointer comparison error.

This commit is contained in:
Johannes Lundberg 2017-07-08 08:31:10 +02:00
parent 23a1e94402
commit 6a525b23dd
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 700
#include <unistd.h>
#include <stdlib.h>
#include <string.h>