Source-Changes-HG archive

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

[src/trunk]: src fix NetBSD RCS id tags



details:   https://anonhg.NetBSD.org/src/rev/8a1d56bde8f0
branches:  trunk
changeset: 504338:8a1d56bde8f0
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Feb 27 19:04:39 2001 +0000

description:
fix NetBSD RCS id tags

diffstat:

 distrib/pmax/Makefile             |  2 +-
 lib/libc/gen/Lint_bswap16.c       |  2 +-
 lib/libc/gen/Lint_bswap32.c       |  2 +-
 lib/libc/gen/Lint_bswap64.c       |  2 +-
 regress/lib/libc/rpc/xdr/Makefile |  2 +-
 sys/arch/alpha/pci/tsp_pci.c      |  4 ++--
 usr.bin/eject/eject.1             |  2 +-
 usr.sbin/ntp/ntpdc/Makefile       |  2 +-
 usr.sbin/sliplogin/slip.hosts     |  2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r 57b1f84b5cea -r 8a1d56bde8f0 distrib/pmax/Makefile
--- a/distrib/pmax/Makefile     Tue Feb 27 18:59:16 2001 +0000
+++ b/distrib/pmax/Makefile     Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 1998/12/05 06:42:55 jonathan Exp 
+#      $NetBSD: Makefile,v 1.2 2001/02/27 19:04:39 cgd Exp $
 
 SUBDIR=        ramdisk instkernel
 
diff -r 57b1f84b5cea -r 8a1d56bde8f0 lib/libc/gen/Lint_bswap16.c
--- a/lib/libc/gen/Lint_bswap16.c       Tue Feb 27 18:59:16 2001 +0000
+++ b/lib/libc/gen/Lint_bswap16.c       Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: */
+/* $NetBSD: Lint_bswap16.c,v 1.3 2001/02/27 19:04:40 cgd Exp $ */
 /* Written by Manuel Bouyer. Public Domain */
 
 #include <sys/types.h>
diff -r 57b1f84b5cea -r 8a1d56bde8f0 lib/libc/gen/Lint_bswap32.c
--- a/lib/libc/gen/Lint_bswap32.c       Tue Feb 27 18:59:16 2001 +0000
+++ b/lib/libc/gen/Lint_bswap32.c       Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: */
+/* $NetBSD: Lint_bswap32.c,v 1.2 2001/02/27 19:04:40 cgd Exp $ */
 /* Written by Manuel Bouyer. Public Domain */
 
 #include <sys/types.h>
diff -r 57b1f84b5cea -r 8a1d56bde8f0 lib/libc/gen/Lint_bswap64.c
--- a/lib/libc/gen/Lint_bswap64.c       Tue Feb 27 18:59:16 2001 +0000
+++ b/lib/libc/gen/Lint_bswap64.c       Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: */
+/* $NetBSD: Lint_bswap64.c,v 1.2 2001/02/27 19:04:40 cgd Exp $ */
 /* Written by Manuel Bouyer. Public Domain */
 
 #include <sys/types.h>
diff -r 57b1f84b5cea -r 8a1d56bde8f0 regress/lib/libc/rpc/xdr/Makefile
--- a/regress/lib/libc/rpc/xdr/Makefile Tue Feb 27 18:59:16 2001 +0000
+++ b/regress/lib/libc/rpc/xdr/Makefile Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD
+# $NetBSD: Makefile,v 1.2 2001/02/27 19:05:56 cgd Exp $
 
 PROG=xdrtest
 MKMAN=no
diff -r 57b1f84b5cea -r 8a1d56bde8f0 sys/arch/alpha/pci/tsp_pci.c
--- a/sys/arch/alpha/pci/tsp_pci.c      Tue Feb 27 18:59:16 2001 +0000
+++ b/sys/arch/alpha/pci/tsp_pci.c      Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsp_pci.c,v 1.2 2000/06/29 08:58:50 mrg Exp $ */
+/* $NetBSD: tsp_pci.c,v 1.3 2001/02/27 19:07:53 cgd Exp $ */
 
 /*-
  * Copyright (c) 1999 by Ross Harvey.  All rights reserved.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: tsp_pci.c,v 1.3 2001/02/27 19:07:53 cgd Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 57b1f84b5cea -r 8a1d56bde8f0 usr.bin/eject/eject.1
--- a/usr.bin/eject/eject.1     Tue Feb 27 18:59:16 2001 +0000
+++ b/usr.bin/eject/eject.1     Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD $
+.\" $NetBSD: eject.1,v 1.8 2001/02/27 19:05:56 cgd Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
diff -r 57b1f84b5cea -r 8a1d56bde8f0 usr.sbin/ntp/ntpdc/Makefile
--- a/usr.sbin/ntp/ntpdc/Makefile       Tue Feb 27 18:59:16 2001 +0000
+++ b/usr.sbin/ntp/ntpdc/Makefile       Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD
+# $NetBSD: Makefile,v 1.4 2001/02/27 19:07:53 cgd Exp $
 
 PROG=  ntpdc
 MAN=   ntpdc.8
diff -r 57b1f84b5cea -r 8a1d56bde8f0 usr.sbin/sliplogin/slip.hosts
--- a/usr.sbin/sliplogin/slip.hosts     Tue Feb 27 18:59:16 2001 +0000
+++ b/usr.sbin/sliplogin/slip.hosts     Tue Feb 27 19:04:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD
+#      $NetBSD: slip.hosts,v 1.5 2001/02/27 19:07:53 cgd Exp $
 #      @(#)slip.hosts  8.1 (Berkeley) 6/6/93
 #
 # login                local-addr      remote-addr     mask            opt1    opt2



Home | Main Index | Thread Index | Old Index