Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/lint1 fix broken NetBSD RCS id tags



details:   https://anonhg.NetBSD.org/src/rev/b2a158a92cb6
branches:  trunk
changeset: 504165:b2a158a92cb6
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Feb 24 00:43:50 2001 +0000

description:
fix broken NetBSD RCS id tags

diffstat:

 usr.bin/xlint/lint1/cgram.y |  4 ++--
 usr.bin/xlint/lint1/decl.c  |  4 ++--
 usr.bin/xlint/lint1/emit.c  |  4 ++--
 usr.bin/xlint/lint1/emit1.c |  4 ++--
 usr.bin/xlint/lint1/err.c   |  4 ++--
 usr.bin/xlint/lint1/init.c  |  4 ++--
 usr.bin/xlint/lint1/main1.c |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (127 lines):

diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y       Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/cgram.y       Sat Feb 24 00:43:50 2001 +0000
@@ -1,5 +1,5 @@
 %{
-/* $NetBSD: cgram.y,v 1.16 2000/06/14 06:49:22 cgd Exp $ */
+/* $NetBSD: cgram.y,v 1.17 2001/02/24 00:43:50 cgd Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: cgram.y,v 1.17 2001/02/24 00:43:50 cgd Exp $");
 #endif
 
 #include <stdlib.h>
diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/decl.c
--- a/usr.bin/xlint/lint1/decl.c        Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/decl.c        Sat Feb 24 00:43:50 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: decl.c,v 1.18 2000/07/05 22:50:59 christos Exp $ */
+/* $NetBSD: decl.c,v 1.19 2001/02/24 00:43:50 cgd Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: decl.c,v 1.19 2001/02/24 00:43:50 cgd Exp $");
 #endif
 
 #include <sys/param.h>
diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/emit.c
--- a/usr.bin/xlint/lint1/emit.c        Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/emit.c        Sat Feb 24 00:43:50 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emit.c,v 1.3 1998/02/22 15:40:39 christos Exp $        */
+/*     $NetBSD: emit.c,v 1.4 2001/02/24 00:43:51 cgd Exp $     */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: emit.c,v 1.4 2001/02/24 00:43:51 cgd Exp $");
 #endif
 
 #include <stdio.h>
diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/emit1.c
--- a/usr.bin/xlint/lint1/emit1.c       Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/emit1.c       Sat Feb 24 00:43:50 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: emit1.c,v 1.8 2000/06/14 06:49:23 cgd Exp $ */
+/* $NetBSD: emit1.c,v 1.9 2001/02/24 00:43:51 cgd Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: emit1.c,v 1.9 2001/02/24 00:43:51 cgd Exp $");
 #endif
 
 #include <ctype.h>
diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/err.c
--- a/usr.bin/xlint/lint1/err.c Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/err.c Sat Feb 24 00:43:50 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: err.c,v 1.12 2000/07/06 01:09:20 christos Exp $        */
+/*     $NetBSD: err.c,v 1.13 2001/02/24 00:43:51 cgd Exp $     */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: err.c,v 1.13 2001/02/24 00:43:51 cgd Exp $");
 #endif
 
 #define FD_SETSIZE 512
diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/init.c
--- a/usr.bin/xlint/lint1/init.c        Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/init.c        Sat Feb 24 00:43:50 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init.c,v 1.5 1998/02/22 15:40:40 christos Exp $        */
+/*     $NetBSD: init.c,v 1.6 2001/02/24 00:43:51 cgd Exp $     */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: init.c,v 1.6 2001/02/24 00:43:51 cgd Exp $");
 #endif
 
 #include <stdlib.h>
diff -r b0fc90ad9a1d -r b2a158a92cb6 usr.bin/xlint/lint1/main1.c
--- a/usr.bin/xlint/lint1/main1.c       Sat Feb 24 00:05:22 2001 +0000
+++ b/usr.bin/xlint/lint1/main1.c       Sat Feb 24 00:43:50 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main1.c,v 1.6 2001/02/20 23:53:27 cgd Exp $    */
+/*     $NetBSD: main1.c,v 1.7 2001/02/24 00:43:51 cgd Exp $    */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD");
+__RCSID("$NetBSD: main1.c,v 1.7 2001/02/24 00:43:51 cgd Exp $");
 #endif
 
 #define FD_SETSIZE 512 /* more than the total number of error messages */



Home | Main Index | Thread Index | Old Index