Module Name:    src
Committed By:   msaitoh
Date:           Mon Jan  5 23:09:44 UTC 2015

Modified Files:
        src/external/bsd/bind/include/isc [netbsd-6-0]: platform.h

Log Message:
Pullup the following revision (requested by he in ticket #1217):

        src/external/bsd/bind/include/isc/platform.h    rev. 1.18

What ISC wraps under ISC_PLATFORM_HAVEXADD appears to be 32-bit
atomic adds, and I beleive all our platforms can do that.  Therefore,
no need to conditionalize that definition under __HAVE_ATOMIC64_OPS.


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.1.4.1 -r1.12.4.1.4.2 \
    src/external/bsd/bind/include/isc/platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/include/isc/platform.h
diff -u src/external/bsd/bind/include/isc/platform.h:1.12.4.1.4.1 src/external/bsd/bind/include/isc/platform.h:1.12.4.1.4.2
--- src/external/bsd/bind/include/isc/platform.h:1.12.4.1.4.1	Wed Dec 31 11:59:14 2014
+++ src/external/bsd/bind/include/isc/platform.h	Mon Jan  5 23:09:44 2015
@@ -270,9 +270,7 @@
  * If the "xadd" operation is available on this architecture,
  * ISC_PLATFORM_HAVEXADD will be defined.
  */
-#ifdef __HAVE_ATOMIC64_OPS
 #define ISC_PLATFORM_HAVEXADD 1
-#endif
 
 /*
  * If the "xaddq" operation (64bit xadd) is available on this architecture,

Reply via email to