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/e0170deb3ea1
branches:  trunk
changeset: 461496:e0170deb3ea1
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 4e6e234264c9 -r e0170deb3ea1 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