From 2389c0e613ea4ad0155e725d3ceb2c997a0d3e95 Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 26 Oct 1996 17:20:52 +0000 Subject: 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. --- eBones/lib/libtelnet/misc.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'eBones/lib/libtelnet/misc.c') 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 +#include #include "misc.h" +#include "auth.h" +#include "encrypt.h" char *RemoteHostName; char *LocalHostName; -- cgit v1.1