From e9d867ef5010fbab8d48045c13025636f5cd7479 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 1 Aug 1993 17:54:45 +0000 Subject: Add RCS identifiers. --- usr.bin/vis/foldit.c | 3 ++- usr.bin/vis/vis.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin/vis') diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 108c3fdb9f7..ad842356b36 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)foldit.c 5.1 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)foldit.c 5.1 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: foldit.c,v 1.2 1993/08/01 18:04:01 mycroft Exp $"; #endif /* not lint */ foldit(chunk, col, max) diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 91f007c3955..dee0f91866c 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vis.c 5.1 (Berkeley) 4/18/91"; +/*static char sccsid[] = "from: @(#)vis.c 5.1 (Berkeley) 4/18/91";*/ +static char rcsid[] = "$Id: vis.c,v 1.2 1993/08/01 18:04:00 mycroft Exp $"; #endif /* not lint */ #include -- cgit