freebsd_amp_hwpstate/eBones/kdb
Mark Murray d79d4a7ced 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.
1995-09-07 21:39:00 +00:00
..
Makefile
krb_cache.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
krb_dbl.c
krb_dbm.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
krb_kdb_utils.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
krb_lib.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00
print_princ.c Major cleanup of eBones code: 1995-09-07 21:39:00 +00:00