summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2019-11-28 00:18:36 +0000
committerchristos <christos@NetBSD.org>2019-11-28 00:18:36 +0000
commitc7e538377e167ec9275da69924dec2c8eb43002d (patch)
treee36246d68e0b19e1f2b2aab164659a25f01f0d17
parent45998bb29e71d9834e9c2389026bff853fc45e71 (diff)
match ifdefs with stats.c atomic selection
-rw-r--r--external/mpl/bind/dist/lib/isc/include/isc/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/mpl/bind/dist/lib/isc/include/isc/types.h b/external/mpl/bind/dist/lib/isc/include/isc/types.h
index 22bd3770c57..9a2ac478ca0 100644
--- a/external/mpl/bind/dist/lib/isc/include/isc/types.h
+++ b/external/mpl/bind/dist/lib/isc/include/isc/types.h
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.5 2019/11/27 05:48:42 christos Exp $ */
+/* $NetBSD: types.h,v 1.6 2019/11/28 00:18:36 christos Exp $ */
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -78,7 +78,7 @@ typedef struct isc_socket isc_socket_t; /*%< Socket */
typedef struct isc_socketevent isc_socketevent_t; /*%< Socket Event */
typedef struct isc_socketmgr isc_socketmgr_t; /*%< Socket Manager */
typedef struct isc_stats isc_stats_t; /*%< Statistics */
-#if defined(_WIN32) && !defined(_WIN64)
+#if defined(_WIN32) && !defined(_WIN64) || !defined(_LP64)
typedef int_fast32_t isc_statscounter_t; /*%< Statistics Counter */
#else
typedef int_fast64_t isc_statscounter_t;