diff options
author | markm <markm@FreeBSD.org> | 2001-08-20 12:12:27 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-08-20 12:12:27 +0000 |
commit | 162b7bf01cdec6fdf0f84d400df0f67c2a0d35c0 (patch) | |
tree | 4d7561d04274e34e61f214475d7604ce09ffe37d /libexec/telnetd/global.c | |
parent | 600042995ae97655a86cbb858298dc63ffca800f (diff) | |
download | FreeBSD-src-162b7bf01cdec6fdf0f84d400df0f67c2a0d35c0.zip FreeBSD-src-162b7bf01cdec6fdf0f84d400df0f67c2a0d35c0.tar.gz |
Feature merging and diff reduction between this code and crypto telnet.
Also remove conditional (AUTHENTICATION) code as we have never compiled
it here, and it is doubtful that it even works in this scenario.
Diffstat (limited to 'libexec/telnetd/global.c')
-rw-r--r-- | libexec/telnetd/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/global.c b/libexec/telnetd/global.c index cedff57..0cf95db 100644 --- a/libexec/telnetd/global.c +++ b/libexec/telnetd/global.c @@ -33,7 +33,7 @@ #ifndef lint #if 0 -static char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; +static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = "$FreeBSD$"; |