diff options
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> |
