From: Chaskiel M Grundman Date: Thu, 25 Apr 2002 22:18:23 +0000 (+0000) Subject: rxkad-stats-initialize-to-placate-darwin-compiler-20020425 X-Git-Tag: openafs-devel_1_3_3~147 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0c0eb03e9a806dc84b7c3251478de4766a8fd853;p=packages%2Fo%2Fopenafs.git rxkad-stats-initialize-to-placate-darwin-compiler-20020425 because it deals badly with common symbols --- diff --git a/src/rxkad/rxkad_common.c b/src/rxkad/rxkad_common.c index 361f21c89..96f404acc 100644 --- a/src/rxkad/rxkad_common.c +++ b/src/rxkad/rxkad_common.c @@ -73,7 +73,7 @@ char *rxi_Alloc(); #ifndef KERNEL #define osi_Time() time(0) #endif -struct rxkad_stats rxkad_stats; +struct rxkad_stats rxkad_stats = {0}; /* this call sets up an endpoint structure, leaving it in *network* byte * order so that it can be used quickly for encryption.