From: Jeffrey Altman Date: Mon, 30 May 2005 11:48:07 +0000 (+0000) Subject: STABLE14-windows-double-declare-20050530 X-Git-Tag: openafs-devel-1_3_83~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ad711e94c85599e901ceb9e86c96a62edc19e1a6;p=packages%2Fo%2Fopenafs.git STABLE14-windows-double-declare-20050530 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) --- diff --git a/src/des/stats.h b/src/des/stats.h index da49b951e..bf38e4086 100644 --- a/src/des/stats.h +++ b/src/des/stats.h @@ -60,7 +60,7 @@ struct rxkad_stats { struct rxkad_global_stats { rxkad_stats_t * first; rxkad_stats_t * last; -} rxkad_global_stats; +}; #include #include