[OpenAFS] unresolved symbol with openafs 1.3.83 and linux 2.4.31
Dimitris Zilaskos
dzila@tassadar.physics.auth.gr
Wed, 1 Jun 2005 16:40:57 +0300 (EEST)
On Wed, 1 Jun 2005, Derrick J Brashear wrote:
> Crap. The final change got pulled up but the tag not moved.
>
> --- src/rxkad/rxkad_common.c 30 May 2005 18:30:36 -0000 1.20.2.6
> +++ src/rxkad/rxkad_common.c 31 May 2005 21:12:59 -0000 1.20.2.7
> @@ -89,8 +89,11 @@
> pthread_mutex_t rxkad_global_stats_lock;
> pthread_key_t rxkad_stats_key;
> #else /* AFS_PTHREAD_ENV */
> +#if defined(KERNEL) && !defined(UKERNEL)
> +struct rxkad_stats rxkad_stats = { { 0 } };
> +#else
> /* Move delaration of this to des/key_sched.c */
> -/* struct rxkad_stats rxkad_stats = { { 0 } }; */
> +#endif
> #endif /* AFS_PTHREAD_ENV */
>
> #ifdef AFS_PTHREAD_ENV
>
Thnx , Hans-Werner Paulsen provided me with an almost idetical
patch that worked , now I have OpenAFS working.
Best regards ,
--
=============================================================================
Dimitris Zilaskos
Department of Physics @ Aristotle University of Thessaloniki , Greece
PGP key : http://tassadar.physics.auth.gr/~dzila/pgp_public_key.asc
http://egnatia.ee.auth.gr/~dzila/pgp_public_key.asc
MD5sum : de2bd8f73d545f0e4caf3096894ad83f pgp_public_key.asc
=============================================================================