Module Name: src
Committed By: christos
Date: Mon Apr 13 20:23:28 UTC 2009
Modified Files:
src/external/bsd/bind/include/isc: platform.h
Log Message:
typo OPS instead of OP, pointed by ad@
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/external/bsd/bind/include/isc/platform.h:1.3
--- src/external/bsd/bind/include/isc/platform.h:1.2 Sun Apr 12 18:40:56 2009
+++ src/external/bsd/bind/include/isc/platform.h Mon Apr 13 16:23:27 2009
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: platform.h,v 1.2 2009/04/12 22:40:56 christos Exp $ */
+/* $Id: platform.h,v 1.3 2009/04/13 20:23:27 christos Exp $ */
#ifndef ISC_PLATFORM_H
#define ISC_PLATFORM_H 1
@@ -251,7 +251,7 @@
* If the "xaddq" operation (64bit xadd) is available on this architecture,
* ISC_PLATFORM_HAVEXADDQ will be defined.
*/
-#ifdef __HAVE_ATOMIC64_OP
+#ifdef __HAVE_ATOMIC64_OPS
#define ISC_PLATFORM_HAVEXADDQ 1
#endif