Module Name: src
Committed By: skrll
Date: Sun Jan 17 08:24:06 UTC 2010
Modified Files:
src/sys/arch/hppa/include: param.h
Log Message:
Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/include/param.h
diff -u src/sys/arch/hppa/include/param.h:1.13 src/sys/arch/hppa/include/param.h:1.14
--- src/sys/arch/hppa/include/param.h:1.13 Thu Apr 30 07:01:27 2009
+++ src/sys/arch/hppa/include/param.h Sun Jan 17 08:24:06 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.13 2009/04/30 07:01:27 skrll Exp $ */
+/* $NetBSD: param.h,v 1.14 2010/01/17 08:24:06 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