Module Name: src Committed By: matt Date: Mon Mar 3 18:55:02 UTC 2014
Modified Files: src/common/lib/libc/arch/powerpc/string: memcpy.S Log Message: Use _KERNEL_OPT around #include "opt_ppcarch.h" To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/powerpc/string/memcpy.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/powerpc/string/memcpy.S diff -u src/common/lib/libc/arch/powerpc/string/memcpy.S:1.4 src/common/lib/libc/arch/powerpc/string/memcpy.S:1.5 --- src/common/lib/libc/arch/powerpc/string/memcpy.S:1.4 Mon Mar 3 15:30:31 2014 +++ src/common/lib/libc/arch/powerpc/string/memcpy.S Mon Mar 3 18:55:02 2014 @@ -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