mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:18:53 +00:00
FreeBSD has changed its SOCK_RAW for being truly raw.
(cherry picked from commit f6444e4f6e1664f49f7552f894c8c94e45dd3c35)
This commit is contained in:
parent
bccbd141d2
commit
618969eaf0
@ -358,7 +358,8 @@ struct in_pktinfo
|
||||
* OpenBSD: network byte order, apart from older versions which are as per
|
||||
* *BSD
|
||||
*/
|
||||
#if defined(__NetBSD__) || defined(__FreeBSD__) \
|
||||
#if defined(__NetBSD__) \
|
||||
|| (defined(__FreeBSD__) && (__FreeBSD_version < 1100030)) \
|
||||
|| (defined(__OpenBSD__) && (OpenBSD < 200311)) \
|
||||
|| (defined(__APPLE__)) \
|
||||
|| (defined(SUNOS_5) && defined(WORDS_BIGENDIAN))
|
||||
|
Loading…
Reference in New Issue
Block a user