mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -current
has the structures that probe_ipv6 tested for, so this will always be defined if the standard tests are run.
This commit is contained in:
parent
072355e049
commit
95a3c8199b
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
#define PF_INET6 AF_INET6
|
||||
#endif
|
||||
|
||||
#include <port_ipv6.h>
|
||||
#define HAVE_INET6_STRUCTS
|
||||
|
||||
#ifndef HAS_INET6_STRUCTS
|
||||
/* Replace with structure from later rev of O/S if known. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue