Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind/dist/lib/isc/include/isc match ifdefs with...
details: https://anonhg.NetBSD.org/src/rev/9b6a75c0cd78
branches: trunk
changeset: 1005076:9b6a75c0cd78
user: christos <christos%NetBSD.org@localhost>
date: Thu Nov 28 00:18:36 2019 +0000
description:
match ifdefs with stats.c atomic selection
diffstat:
external/mpl/bind/dist/lib/isc/include/isc/types.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7f575cb00a24 -r 9b6a75c0cd78 external/mpl/bind/dist/lib/isc/include/isc/types.h
--- a/external/mpl/bind/dist/lib/isc/include/isc/types.h Thu Nov 28 00:06:39 2019 +0000
+++ b/external/mpl/bind/dist/lib/isc/include/isc/types.h Thu Nov 28 00:18:36 2019 +0000
@@ -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_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;
Home |
Main Index |
Thread Index |
Old Index