K 10 svn:author V 5 dougb K 8 svn:date V 27 2007-12-03T08:26:34.000000Z K 7 svn:log V 345 Update this file so that BIND on ARM can actually work. I quote: The problem was, isc_atomic_cmpxchg() is almost like our atomic_cmpset_32(), except it expects the old value to be returned, whereas our atomic_cmpset_32 returns 1 on success, or 0 on failure. So I re-implemented something suitable. Submitted by: cognet Reviewed by: bsdimp END