Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/arm/string Back out workaround.



details:   https://anonhg.NetBSD.org/src/rev/534e2c665560
branches:  trunk
changeset: 783836:534e2c665560
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 10 06:52:35 2013 +0000

description:
Back out workaround.

diffstat:

 common/lib/libc/arch/arm/string/strlcpy.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a8b808258a41 -r 534e2c665560 common/lib/libc/arch/arm/string/strlcpy.S
--- a/common/lib/libc/arch/arm/string/strlcpy.S Thu Jan 10 04:51:49 2013 +0000
+++ b/common/lib/libc/arch/arm/string/strlcpy.S Thu Jan 10 06:52:35 2013 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: strlcpy.S,v 1.3 2013/01/10 02:14:42 matt Exp $ */
+/* $NetBSD: strlcpy.S,v 1.4 2013/01/10 06:52:35 matt Exp $ */
 
 #define STRLCPY
 
-#if defined(_STANDALONE) || 1
+#if defined(_STANDALONE)
 #include "strcpy_naive.S"
 #else
 #include "strcpy_arm.S"



Home | Main Index | Thread Index | Old Index