diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
| commit | e9d867ef5010fbab8d48045c13025636f5cd7479 (patch) | |
| tree | d05864815761299c3ff4001b8ea7fef526e5273f /usr.bin/vis | |
| parent | 55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff) | |
Add RCS identifiers.
Diffstat (limited to 'usr.bin/vis')
| -rw-r--r-- | usr.bin/vis/foldit.c | 3 | ||||
| -rw-r--r-- | usr.bin/vis/vis.c | 3 |
2 files changed, 4 insertions, 2 deletions
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 <stdio.h> |
