diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-06-13 14:30:29 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-06-13 14:30:29 +0000 |
commit | 79d88c3d5b2aa53475fc9d7598ef3c52529059b6 (patch) | |
tree | b2b13eb0b27b2d94810b8ab994f5e7d694a98ca0 /usr.sbin/unbound/util/storage/lookup3.c | |
parent | cdaa7d17468daa4fdc377632a1b4085efbd951d7 (diff) |
merge unbound 1.20.0
Diffstat (limited to 'usr.sbin/unbound/util/storage/lookup3.c')
-rw-r--r-- | usr.sbin/unbound/util/storage/lookup3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/util/storage/lookup3.c b/usr.sbin/unbound/util/storage/lookup3.c index c4026626c6d..f2a48f413da 100644 --- a/usr.sbin/unbound/util/storage/lookup3.c +++ b/usr.sbin/unbound/util/storage/lookup3.c @@ -89,7 +89,7 @@ on 1 byte), but shoehorning those bytes into integers efficiently is messy. # if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && \ __BYTE_ORDER == __LITTLE_ENDIAN) || \ (defined(i386) || defined(__i386__) || defined(__i486__) || \ - defined(__i586__) || defined(__i686__) || defined(vax) || defined(MIPSEL) || defined(__x86)) + defined(__i586__) || defined(__i686__) || defined(vax) || defined(MIPSEL) || defined(__x86) || defined(__loongarch__)) # define HASH_LITTLE_ENDIAN 1 # define HASH_BIG_ENDIAN 0 # elif (defined(__BYTE_ORDER) && defined(__BIG_ENDIAN) && \ |