summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortakemura <takemura@NetBSD.org>2002-04-14 09:07:04 +0000
committertakemura <takemura@NetBSD.org>2002-04-14 09:07:04 +0000
commit8bbc2ff5a7054851b9df07979321392d6f0f9c8b (patch)
tree04e136cea2920f4b8c90c5c1d798cae0072f5544 /sys/dev
parent2b8264a08764acbea707e9a7c963d54298aac1ed (diff)
Added '#if defined(_KERNEL)' surrounging KERNEL_RCSID macro. Hpccmap is
used in bootloader too.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hpc/hpccmap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/hpc/hpccmap.c b/sys/dev/hpc/hpccmap.c
index 7f357f9c0cb..6831edede18 100644
--- a/sys/dev/hpc/hpccmap.c
+++ b/sys/dev/hpc/hpccmap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hpccmap.c,v 1.3 2001/11/13 12:47:56 lukem Exp $ */
+/* $NetBSD: hpccmap.c,v 1.4 2002/04/14 09:07:04 takemura Exp $ */
/*-
* Copyright (c) 1999
@@ -35,7 +35,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpccmap.c,v 1.3 2001/11/13 12:47:56 lukem Exp $");
+#if defined(_KERNEL)
+__KERNEL_RCSID(0, "$NetBSD: hpccmap.c,v 1.4 2002/04/14 09:07:04 takemura Exp $");
+#endif
/*
* Do not edit.