From 2539acf77b018acd7416a9857a14c466e55cd7e8 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 7 Sep 1995 21:39:00 +0000 Subject: Major cleanup of eBones code: - Get all functions prototyped or at least defined before use. - Make code compile (Mostly) clean with -Wall set - Start to reduce the degree to which DES aka libdes is built in. - get all functions to the same uniform standard of definition: int foo(a, b) int a; int *b; { : } - fix numerous bugs exposed by above processes. Note - this replaces the previous work which used an unpopular function definition style. --- eBones/krb/create_auth_reply.c | 1 - 1 file changed, 1 deletion(-) (limited to 'eBones/krb/create_auth_reply.c') diff --git a/eBones/krb/create_auth_reply.c b/eBones/krb/create_auth_reply.c index ea3afd6..e304b17 100644 --- a/eBones/krb/create_auth_reply.c +++ b/eBones/krb/create_auth_reply.c @@ -15,7 +15,6 @@ static char *rcsid = #endif /* lint */ #endif -#include #include #include #include -- cgit v1.1