From: Derrick Brashear Date: Tue, 21 Jun 2005 21:19:48 +0000 (+0000) Subject: STABLE14-move-rxkad-stats-20050618 X-Git-Tag: openafs-devel-1_3_85~50 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4b529c29a0798bde6cd76a3c56603ddb26de9c97;p=packages%2Fo%2Fopenafs.git STABLE14-move-rxkad-stats-20050618 fine, let's try this again, so aklog doesn't lose, but this sucks (cherry picked from commit d201f1e234c14b0fef5c55ed9016f0df956e38b7) --- diff --git a/src/des/key_sched.c b/src/des/key_sched.c index 4076b8b77..93eefb03b 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 520ca1ab7..5d3849597 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)