diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-21 17:52:51 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-21 17:52:51 +0800 |
commit | 6b26b3cf7eceda2c3fdebda268bbb900a4b57ffb (patch) | |
tree | f6e387a0fdca3c74e4e45011daf0b94f4d2c60e5 /indra/llcommon | |
parent | 7dd1149e3649057f0962b85bdc467f4e9299b235 (diff) |
Exclude net/route.h on Darwin
since it doesn't seem to have any effect, and it would only get in
the way on other Darwin platforms.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lluuid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lluuid.cpp b/indra/llcommon/lluuid.cpp index 3b575c914c..37aee13c42 100644 --- a/indra/llcommon/lluuid.cpp +++ b/indra/llcommon/lluuid.cpp @@ -522,7 +522,7 @@ S32 LLUUID::getNodeID(unsigned char *node_id) #include <net/if.h> #include <net/if_types.h> #include <net/if_dl.h> -#include <net/route.h> +//#include <net/route.h> #include <ifaddrs.h> // static |