diff options
Diffstat (limited to 'contrib/telnet/telnetd/global.c')
-rw-r--r-- | contrib/telnet/telnetd/global.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/telnet/telnetd/global.c b/contrib/telnet/telnetd/global.c index 0699d00..d66c686 100644 --- a/contrib/telnet/telnetd/global.c +++ b/contrib/telnet/telnetd/global.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ /* |