Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/common/lib/libc/arch/sparc64/atomic/atomic_or.S,v rcsdiff: /ftp/cvs/cvsroot/src/common/lib/libc/arch/sparc64/atomic/atomic_or.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.3.2.3 diff -u -p -r1.3 -r1.3.2.3 --- src/common/lib/libc/arch/sparc64/atomic/atomic_or.S 2007/12/22 23:19:41 1.3 +++ src/common/lib/libc/arch/sparc64/atomic/atomic_or.S 2008/03/23 00:12:43 1.3.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: atomic_or.S,v 1.3 2007/12/22 23:19:41 mrg Exp $ */ +/* atomic_or.S,v 1.3.2.2 2008/01/09 01:21:13 matt Exp */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ ATOMIC_OP_ALIAS(atomic_or_64_nv,_atomic_ STRONG_ALIAS(_atomic_or_64_nv,_atomic_or_64) ATOMIC_OP_ALIAS_SIZE(atomic_or_ulong,_atomic_or) -STRONG_ALIAS(_atomic_or_ulong,_atomic_or) +STRONG_ALIAS_SIZE(_atomic_or_ulong,_atomic_or) ATOMIC_OP_ALIAS_SIZE(atomic_or_ulong_nv,_atomic_or) STRONG_ALIAS_SIZE(_atomic_or_ulong_nv,_atomic_or)