summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2010-01-14 16:27:49 +0000
committertsutsui <tsutsui@NetBSD.org>2010-01-14 16:27:49 +0000
commite5f39b5e902b26e459bbc8b4d080b39f031e2fa9 (patch)
tree906fc1ccd56576955761aa533b458f8bc8f51ad6 /usr.sbin/installboot
parent50df98fe445b4ef28290608fcd70055033b5e352 (diff)
Remove if defined(__RCSID) around __RCSID() macro.
#include "nbtool_config.h" is enough for tools.
Diffstat (limited to 'usr.sbin/installboot')
-rw-r--r--usr.sbin/installboot/arch/amiga.c6
-rw-r--r--usr.sbin/installboot/arch/sparc64.c6
-rw-r--r--usr.sbin/installboot/ext2fs.c6
-rw-r--r--usr.sbin/installboot/ffs.c6
-rw-r--r--usr.sbin/installboot/fstypes.c6
-rw-r--r--usr.sbin/installboot/installboot.c6
-rw-r--r--usr.sbin/installboot/machines.c6
-rw-r--r--usr.sbin/installboot/sum.c6
8 files changed, 24 insertions, 24 deletions
diff --git a/usr.sbin/installboot/arch/amiga.c b/usr.sbin/installboot/arch/amiga.c
index 75cb6cb6ff9..e6650b95fab 100644
--- a/usr.sbin/installboot/arch/amiga.c
+++ b/usr.sbin/installboot/arch/amiga.c
@@ -1,4 +1,4 @@
-/* $NetBSD: amiga.c,v 1.6 2008/04/28 20:24:16 martin Exp $ */
+/* $NetBSD: amiga.c,v 1.7 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -37,8 +37,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: amiga.c,v 1.6 2008/04/28 20:24:16 martin Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: amiga.c,v 1.7 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/param.h>
diff --git a/usr.sbin/installboot/arch/sparc64.c b/usr.sbin/installboot/arch/sparc64.c
index eddfecf51cd..4fc87721cd5 100644
--- a/usr.sbin/installboot/arch/sparc64.c
+++ b/usr.sbin/installboot/arch/sparc64.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sparc64.c,v 1.17 2008/05/29 14:51:27 mrg Exp $ */
+/* $NetBSD: sparc64.c,v 1.18 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -60,8 +60,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: sparc64.c,v 1.17 2008/05/29 14:51:27 mrg Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: sparc64.c,v 1.18 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/param.h>
diff --git a/usr.sbin/installboot/ext2fs.c b/usr.sbin/installboot/ext2fs.c
index 28190c40c16..a1c37e3de14 100644
--- a/usr.sbin/installboot/ext2fs.c
+++ b/usr.sbin/installboot/ext2fs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ext2fs.c,v 1.5 2010/01/07 13:26:00 tsutsui Exp $ */
+/* $NetBSD: ext2fs.c,v 1.6 2010/01/14 16:27:49 tsutsui Exp $ */
/*
* Copyright (c) 1997 Manuel Bouyer.
@@ -58,8 +58,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: ext2fs.c,v 1.5 2010/01/07 13:26:00 tsutsui Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: ext2fs.c,v 1.6 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/param.h>
diff --git a/usr.sbin/installboot/ffs.c b/usr.sbin/installboot/ffs.c
index 0fd22b8ac98..178eb97a846 100644
--- a/usr.sbin/installboot/ffs.c
+++ b/usr.sbin/installboot/ffs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.c,v 1.28 2010/01/07 13:26:00 tsutsui Exp $ */
+/* $NetBSD: ffs.c,v 1.29 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -34,8 +34,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: ffs.c,v 1.28 2010/01/07 13:26:00 tsutsui Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: ffs.c,v 1.29 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/param.h>
diff --git a/usr.sbin/installboot/fstypes.c b/usr.sbin/installboot/fstypes.c
index a2f64d5908b..1b77f974fc5 100644
--- a/usr.sbin/installboot/fstypes.c
+++ b/usr.sbin/installboot/fstypes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fstypes.c,v 1.12 2010/01/07 13:26:00 tsutsui Exp $ */
+/* $NetBSD: fstypes.c,v 1.13 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -34,8 +34,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: fstypes.c,v 1.12 2010/01/07 13:26:00 tsutsui Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: fstypes.c,v 1.13 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/types.h>
diff --git a/usr.sbin/installboot/installboot.c b/usr.sbin/installboot/installboot.c
index 572d0625bec..3b212a33560 100644
--- a/usr.sbin/installboot/installboot.c
+++ b/usr.sbin/installboot/installboot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: installboot.c,v 1.32 2010/01/07 13:26:00 tsutsui Exp $ */
+/* $NetBSD: installboot.c,v 1.33 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -34,8 +34,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: installboot.c,v 1.32 2010/01/07 13:26:00 tsutsui Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: installboot.c,v 1.33 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/ioctl.h>
diff --git a/usr.sbin/installboot/machines.c b/usr.sbin/installboot/machines.c
index ec27dae81dc..9439bba3609 100644
--- a/usr.sbin/installboot/machines.c
+++ b/usr.sbin/installboot/machines.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machines.c,v 1.35 2008/04/28 20:24:16 martin Exp $ */
+/* $NetBSD: machines.c,v 1.36 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
@@ -34,8 +34,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: machines.c,v 1.35 2008/04/28 20:24:16 martin Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: machines.c,v 1.36 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/types.h>
diff --git a/usr.sbin/installboot/sum.c b/usr.sbin/installboot/sum.c
index f86c17ff4b2..87c7f495fe1 100644
--- a/usr.sbin/installboot/sum.c
+++ b/usr.sbin/installboot/sum.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sum.c,v 1.4 2008/04/28 20:24:16 martin Exp $ */
+/* $NetBSD: sum.c,v 1.5 2010/01/14 16:27:49 tsutsui Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -64,8 +64,8 @@
#endif
#include <sys/cdefs.h>
-#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: sum.c,v 1.4 2008/04/28 20:24:16 martin Exp $");
+#if !defined(__lint)
+__RCSID("$NetBSD: sum.c,v 1.5 2010/01/14 16:27:49 tsutsui Exp $");
#endif /* !__lint */
#include <sys/types.h>