1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-05-11 08:01:17 +03:00

Merge pull request #1342 from davidebeatrici/openbsd-compile-fix

Fix compile errors on OpenBSD
This commit is contained in:
Ilya Shipitsin
2021-05-03 23:37:41 +05:00
committed by GitHub
3 changed files with 16 additions and 1 deletions
+4 -1
View File
@@ -25,11 +25,14 @@
#include <errno.h>
#include <fcntl.h>
#include <net/ethernet.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#ifndef UNIX_OPENBSD
#include <net/ethernet.h>
#endif
#ifdef UNIX_SOLARIS
#include <sys/sockio.h>
#endif
+8
View File
@@ -13,6 +13,14 @@
#include <sys/socket.h>
#endif
#ifndef AI_ALL
#define AI_ALL 0
#endif
#ifndef AI_V4MAPPED
#define AI_V4MAPPED 0
#endif
static bool cache_enabled;
static LIST *cache;
+4
View File
@@ -13,6 +13,10 @@
#ifdef OS_UNIX
#include <netinet/in.h>
#ifdef UNIX_OPENBSD
#include <pthread.h>
#endif
#endif
// Dynamic Value