[OpenAFS-devel] Compile failures with ppc architecture

Derrick J Brashear shadow@dementia.org
Tue, 21 Dec 2004 15:27:08 -0500 (EST)


On Tue, 21 Dec 2004, Frank Bagehorn wrote:

> Well rx.c initializes it, but the rx code declares it as an external
> variable in rx_globals.h
>        EXT pthread_key_t rx_thread_id_key;

EXT is not extern. EXT is a macro.

rx_globals.c should define EXT to ""