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/powerpc/string Use _KERNEL_OPT around #...
details: https://anonhg.NetBSD.org/src/rev/39edd7764410
branches: trunk
changeset: 327280:39edd7764410
user: matt <matt%NetBSD.org@localhost>
date: Mon Mar 03 18:55:02 2014 +0000
description:
Use _KERNEL_OPT around #include "opt_ppcarch.h"
diffstat:
common/lib/libc/arch/powerpc/string/memcpy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cecc2349f3b3 -r 39edd7764410 common/lib/libc/arch/powerpc/string/memcpy.S
--- a/common/lib/libc/arch/powerpc/string/memcpy.S Mon Mar 03 18:27:20 2014 +0000
+++ b/common/lib/libc/arch/powerpc/string/memcpy.S Mon Mar 03 18:55:02 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: memcpy.S,v 1.4 2014/03/03 15:30:31 macallan Exp $ */
+/* $NetBSD: memcpy.S,v 1.5 2014/03/03 18:55:02 matt Exp $ */
/* stropt/memcpy_440.S, pl_string_common, pl_linux 10/11/04 11:45:36
* ==========================================================================
@@ -52,7 +52,7 @@
*/
#include <machine/asm.h>
-#ifdef _KERNEL
+#ifdef _KERNEL_OPT
#include "opt_ppcarch.h"
#endif
Home |
Main Index |
Thread Index |
Old Index