From a83b802bada404e3b2eccf92c3499966deaad171 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 25 Aug 1995 22:52:32 +0000 Subject: Start the eBones cleanup ball rolling. These are the start of a lot of work to clean up the FreeBSD eBones code. these changes include, but are not limited to: - Create prototypes for all the library routines - Make all the libraries compile clean with -Wall set - Fix numerous small bugs shown up in the above process - Prepare the code for libdes's removal to secure/ - add register, registerd and make_keypair to the make Lots more will follow in days to come. OK'ed by: rgrimes --- eBones/usr.sbin/kadmin/Makefile | 2 +- eBones/usr.sbin/kadmin/kadm_funcs.c | 2 +- eBones/usr.sbin/kadmin/kadm_server.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'eBones/usr.sbin/kadmin') diff --git a/eBones/usr.sbin/kadmin/Makefile b/eBones/usr.sbin/kadmin/Makefile index 77069be..620ab81 100644 --- a/eBones/usr.sbin/kadmin/Makefile +++ b/eBones/usr.sbin/kadmin/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/07/18 16:36:59 mark Exp $ PROG= kadmind SRCS= admin_server.c kadm_funcs.c kadm_ser_wrap.c kadm_server.c diff --git a/eBones/usr.sbin/kadmin/kadm_funcs.c b/eBones/usr.sbin/kadmin/kadm_funcs.c index 9f06e30..4ed2365 100644 --- a/eBones/usr.sbin/kadmin/kadm_funcs.c +++ b/eBones/usr.sbin/kadmin/kadm_funcs.c @@ -13,7 +13,7 @@ static char rcsid_kadm_funcs_c[] = "Id: kadm_funcs.c,v 4.3 90/03/20 01:39:51 jon Exp "; #endif static const char rcsid[] = - "$Id: kadm_funcs.c,v 1.1 1995/01/20 03:12:55 wollman Exp $"; + "$Id: kadm_funcs.c,v 1.1 1995/07/18 16:37:02 mark Exp $"; #endif lint /* diff --git a/eBones/usr.sbin/kadmin/kadm_server.h b/eBones/usr.sbin/kadmin/kadm_server.h index 33b1904..2d6f8bf 100644 --- a/eBones/usr.sbin/kadmin/kadm_server.h +++ b/eBones/usr.sbin/kadmin/kadm_server.h @@ -1,6 +1,6 @@ /* - * $Source: /home/ncvs/src/eBones/kadmind/kadm_server.h,v $ - * $Author: wollman $ + * $Source: /usr/cvs/src/eBones/kadmind/kadm_server.h,v $ + * $Author: mark $ * Header: /afs/athena.mit.edu/astaff/project/kerberos/src/kadmin/RCS/kadm_server.h,v 4.1 89/12/21 17:46:51 jtkohl Exp * * Copyright 1988 by the Massachusetts Institute of Technology. @@ -24,7 +24,7 @@ #include #include -#include +#include typedef struct { struct sockaddr_in admin_addr; -- cgit v1.1