Module Name: src
Committed By: matt
Date: Thu Jan 10 06:52:35 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/string: strlcpy.S
Log Message:
Back out workaround.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/string/strlcpy.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/arch/arm/string/strlcpy.S
diff -u src/common/lib/libc/arch/arm/string/strlcpy.S:1.3 src/common/lib/libc/arch/arm/string/strlcpy.S:1.4
--- src/common/lib/libc/arch/arm/string/strlcpy.S:1.3 Thu Jan 10 02:14:42 2013
+++ src/common/lib/libc/arch/arm/string/strlcpy.S Thu Jan 10 06:52:35 2013
@@ -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"