move-rxkad-stats-20050618

fine, let's try this again, so aklog doesn't lose, but this sucks
This commit is contained in:
Derrick Brashear 2005-06-19 00:50:40 +00:00
parent b5461fc5a8
commit d201f1e234
2 changed files with 5 additions and 4 deletions

View File

@ -44,10 +44,6 @@ RCSID
typedef char key[64]; typedef char key[64];
#ifndef AFS_PTHREAD_ENV
struct rxkad_stats rxkad_stats = { { 0 } };
#endif
/* the following are really void but cc86 doesnt allow it */ /* the following are really void but cc86 doesnt allow it */
static int make_key_sched(); static int make_key_sched();

View File

@ -20,6 +20,11 @@ RCSID
#include <sys/types.h> #include <sys/types.h>
#include <des.h> #include <des.h>
#include "des_prototypes.h" #include "des_prototypes.h"
#include "stats.h"
#ifndef AFS_PTHREAD_ENV
struct rxkad_stats rxkad_stats = { { 0 } };
#endif
int int
des_cblock_print_file(des_cblock * x, FILE * fp) des_cblock_print_file(des_cblock * x, FILE * fp)