diff options
Diffstat (limited to 'usr.bin/vgrind/vfontedpr.c')
| -rw-r--r-- | usr.bin/vgrind/vfontedpr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index c0256e1f01e..af4efcf8e76 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vfontedpr.c 5.5 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)vfontedpr.c 5.5 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: vfontedpr.c,v 1.2 1993/08/01 18:03:28 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> |
