mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Update port_after.h to reflect FreeBSD values.
This commit is contained in:
parent
afcf65b56b
commit
13a6ffa5e8
1 changed files with 4 additions and 2 deletions
|
|
@ -43,8 +43,10 @@
|
|||
* derived systems for which AF_INET6 is defined.
|
||||
*/
|
||||
#ifndef AF_INET6
|
||||
#define AF_INET6 24
|
||||
#else
|
||||
#define AF_INET6 28
|
||||
#endif
|
||||
|
||||
#ifdef SIN6_LEN
|
||||
#define HAS_INET6_STRUCTS
|
||||
#define HAVE_SA_LEN
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue