diff options
Diffstat (limited to 'usr.bin/telnet/telnet.c')
| -rw-r--r-- | usr.bin/telnet/telnet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c index 46a980c37f0..3d78374b737 100644 --- a/usr.bin/telnet/telnet.c +++ b/usr.bin/telnet/telnet.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)telnet.c 5.53 (Berkeley) 3/22/91"; +/*static char sccsid[] = "from: @(#)telnet.c 5.53 (Berkeley) 3/22/91";*/ +static char rcsid[] = "$Id: telnet.c,v 1.2 1993/08/01 18:07:19 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> |
