We have to #define _WANT_RTENTRY to get struct rtentry, and add headers that it depends on.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
SIOCADDRT and SIOCDELRT also do not exist in FreeBSD 10.1
commit 8293a6c1cc71ff884e6fb58936226f3c0bd21488 Author: glebius <glebius@FreeBSD.org> Date: Sat Mar 15 06:49:32 2014 +0000 Garbage collect long time obsoleted (or never used) stuff from routing API. Notes: svn path=/head/; revision=263203
Comment Actions
Adding eugenis just in case. The change looks fine to me.
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | ||
---|---|---|
17 | Could you move this below #if SANITIZER_LINUX || SANITIZER_FREEBSD || SANITIZER_MAC line? |
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | ||
---|---|---|
17 | Nest it inside the block at line 23? Sure. |
Could you move this below
line?