summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/param.h
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1999-11-27 12:14:26 +0000
committermrg <mrg@NetBSD.org>1999-11-27 12:14:26 +0000
commit9a6c8313f746820c6ec4118a8f0094de6b20637f (patch)
treee39de4ced77b6f409aa754d75498436bf3b4f6b4 /sys/arch/sparc64/include/param.h
parent264af07cfff5842465ce9b8257a995c0b77ed4be (diff)
minor cosmetic merges; long way to go here.
Diffstat (limited to 'sys/arch/sparc64/include/param.h')
-rw-r--r--sys/arch/sparc64/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h
index 7b6f0fa874f..474670d7070 100644
--- a/sys/arch/sparc64/include/param.h
+++ b/sys/arch/sparc64/include/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.13 1999/11/21 00:17:19 eeh Exp $ */
+/* $NetBSD: param.h,v 1.14 1999/11/27 12:14:26 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -116,7 +116,7 @@
* of the `options SUN4?' combination a particular kernel was configured with.
* See also the definitions of NBPG, PGOFSET and PGSHIFT below.
*/
-#if defined(_KERNEL) && !defined(_LOCORE)
+#if (defined(_KERNEL) || defined(_STANDALONE)) && !defined(_LOCORE)
extern int nbpg, pgofset, pgshift;
#endif