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