summaryrefslogtreecommitdiffstats
path: root/eBones/lib/libtelnet/misc.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-10-26 17:20:52 +0000
committermarkm <markm@FreeBSD.org>1996-10-26 17:20:52 +0000
commit2389c0e613ea4ad0155e725d3ceb2c997a0d3e95 (patch)
treeea4788a781e37dff97f6a4cf0d86698c4106ba7c /eBones/lib/libtelnet/misc.c
parent664237b984c18289c0002ec470b19333e03dbd67 (diff)
downloadFreeBSD-src-2389c0e613ea4ad0155e725d3ceb2c997a0d3e95.zip
FreeBSD-src-2389c0e613ea4ad0155e725d3ceb2c997a0d3e95.tar.gz
First round of moving secure telnet (AKA kerberised telnet) to its new home
in eBones/. Peter has already (ages ago) done the repository copy. These are mainly -Wall cleanups. The makefile changes will follow in a day or so.
Diffstat (limited to 'eBones/lib/libtelnet/misc.c')
-rw-r--r--eBones/lib/libtelnet/misc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/eBones/lib/libtelnet/misc.c b/eBones/lib/libtelnet/misc.c
index 9565900..4f8f8d5 100644
--- a/eBones/lib/libtelnet/misc.c
+++ b/eBones/lib/libtelnet/misc.c
@@ -32,10 +32,14 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/4/93";
+static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
+#include <stdio.h>
+#include <stdlib.h>
#include "misc.h"
+#include "auth.h"
+#include "encrypt.h"
char *RemoteHostName;
char *LocalHostName;
OpenPOWER on IntegriCloud