Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot rcsid



details:   https://anonhg.NetBSD.org/src/rev/027a7bcf1008
branches:  trunk
changeset: 549985:027a7bcf1008
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jul 27 07:51:40 2003 +0000

description:
rcsid

diffstat:

 usr.sbin/installboot/fstypes.c  |  7 ++++++-
 usr.sbin/installboot/machines.c |  7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 7708083850e4 -r 027a7bcf1008 usr.sbin/installboot/fstypes.c
--- a/usr.sbin/installboot/fstypes.c    Sun Jul 27 07:45:08 2003 +0000
+++ b/usr.sbin/installboot/fstypes.c    Sun Jul 27 07:51:40 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstypes.c,v 1.5 2002/05/15 09:44:55 lukem Exp $        */
+/*     $NetBSD: fstypes.c,v 1.6 2003/07/27 07:51:40 lukem Exp $        */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -36,6 +36,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+#if defined(__RCSID) && !defined(__lint)
+__RCSID("$NetBSD: fstypes.c,v 1.6 2003/07/27 07:51:40 lukem Exp $");
+#endif /* !__lint */
+
 #include <sys/types.h>
 
 #include <assert.h>
diff -r 7708083850e4 -r 027a7bcf1008 usr.sbin/installboot/machines.c
--- a/usr.sbin/installboot/machines.c   Sun Jul 27 07:45:08 2003 +0000
+++ b/usr.sbin/installboot/machines.c   Sun Jul 27 07:51:40 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machines.c,v 1.15 2003/04/15 14:22:13 dsl Exp $        */
+/*     $NetBSD: machines.c,v 1.16 2003/07/27 07:51:40 lukem Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -36,6 +36,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+#if defined(__RCSID) && !defined(__lint)
+__RCSID("$NetBSD: machines.c,v 1.16 2003/07/27 07:51:40 lukem Exp $");
+#endif /* !__lint */
+
 #include <sys/types.h>
 #include "installboot.h"
 



Home | Main Index | Thread Index | Old Index