From d201f1e234c14b0fef5c55ed9016f0df956e38b7 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sun, 19 Jun 2005 00:50:40 +0000 Subject: [PATCH] move-rxkad-stats-20050618 fine, let's try this again, so aklog doesn't lose, but this sucks --- src/des/key_sched.c | 4 ---- src/des/util.c | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/des/key_sched.c b/src/des/key_sched.c index 4076b8b775..93eefb03bb 100644 --- a/src/des/key_sched.c +++ b/src/des/key_sched.c @@ -44,10 +44,6 @@ RCSID 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 */ static int make_key_sched(); diff --git a/src/des/util.c b/src/des/util.c index 520ca1ab76..5d3849597e 100644 --- a/src/des/util.c +++ b/src/des/util.c @@ -20,6 +20,11 @@ RCSID #include #include #include "des_prototypes.h" +#include "stats.h" + +#ifndef AFS_PTHREAD_ENV +struct rxkad_stats rxkad_stats = { { 0 } }; +#endif int des_cblock_print_file(des_cblock * x, FILE * fp)