From dc990bc79d0d7663bd6e775d2253e158b74686b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:27:01 +0200 Subject: Merging upstream version 3.17.1. Signed-off-by: Daniel Baumann --- src/portable_endian.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/portable_endian.h') diff --git a/src/portable_endian.h b/src/portable_endian.h index c3c73ff..dbb6789 100644 --- a/src/portable_endian.h +++ b/src/portable_endian.h @@ -131,7 +131,9 @@ // the truth because we use the homebrew htonll, et al. implementations // that were originally the sole implementation of this functionality // in iperf 3.0. +#if (!defined(__vxworks)) && (!defined(__VXWORKS__)) # warning platform not supported +#endif # include #if BYTE_ORDER == BIG_ENDIAN #define HTONLL(n) (n) -- cgit v1.2.3