Fixed issues on FreeBSD with CMake build for BSC and IPv6 datalinks. (#1046)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
#endif
|
||||
#include "bacport.h"
|
||||
|
||||
#if defined(__APPLE__) || defined(__darwin__)
|
||||
#if defined(__APPLE__) || defined(__darwin__) || defined(__FreeBSD__)
|
||||
/* OSX seems not to define these. */
|
||||
#ifndef s6_addr16
|
||||
#define s6_addr16 __u6_addr.__u6_addr16
|
||||
|
||||
Reference in New Issue
Block a user