diff options
Diffstat (limited to 'usr.bin/script/script.c')
| -rw-r--r-- | usr.bin/script/script.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 6857b22fbb7..30be0f2098e 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -38,7 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)script.c 5.13 (Berkeley) 3/5/91"; +/*static char sccsid[] = "from: @(#)script.c 5.13 (Berkeley) 3/5/91";*/ +static char rcsid[] = "$Id: script.c,v 1.2 1993/08/01 18:08:35 mycroft Exp $"; #endif /* not lint */ /* |
