Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/include Simplify



details:   https://anonhg.NetBSD.org/src/rev/3deda69fe62e
branches:  trunk
changeset: 750840:3deda69fe62e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 16 13:49:11 2010 +0000

description:
Simplify

diffstat:

 sys/arch/hp700/include/param.h |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r acbaa1cfabd9 -r 3deda69fe62e sys/arch/hp700/include/param.h
--- a/sys/arch/hp700/include/param.h    Sat Jan 16 13:29:47 2010 +0000
+++ b/sys/arch/hp700/include/param.h    Sat Jan 16 13:49:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.3 2009/05/08 09:33:58 skrll Exp $  */
+/*     $NetBSD: param.h,v 1.4 2010/01/16 13:49:11 skrll Exp $  */
 
 /*     $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $       */
 
@@ -25,9 +25,7 @@
  *     Utah $Hdr: param.h 1.18 94/12/16$
  */
 
-#include <sys/featuretest.h>
-
-#if defined(_NETBSD_SOURCE)
+#ifdef _KERNEL
 #include <machine/cpu.h>
 #endif
 



Home | Main Index | Thread Index | Old Index