]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-double-declare-20050530
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 30 May 2005 11:48:07 +0000 (11:48 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 30 May 2005 11:48:07 +0000 (11:48 +0000)
rxkad_global_stats is being declared twice in the header file each
time with different properties.  Remove the one that is not
conditionalized.

(cherry picked from commit ad4634fca26d92c9496dbbd70e7c970c1f84a5ad)

src/des/stats.h

index da49b951e52039e9f902ded3f88bb37bfbcba02b..bf38e408696ed9974168dd5380d8ba04c2cfa9bd 100644 (file)
@@ -60,7 +60,7 @@ struct rxkad_stats {
 struct rxkad_global_stats {
     rxkad_stats_t * first;
     rxkad_stats_t * last;
-} rxkad_global_stats;
+};
 
 #include <pthread.h>
 #include <assert.h>