[OpenAFS-devel] problems with rxgen changes... ubik_tid, ubik_version doubly defined...
Nickolai Zeldovich
kolya@MIT.EDU
Tue, 26 Feb 2002 11:40:44 -0500
> They are getting defined in both ubik.h and ubik_int.h:
> [...]
If you cvs update, you should notice this particular problem
(and a few others having to do with rxgen prototypes) have
been fixed in the mainline.
There's still a more annoying problem in afsfileprocs.c where
CallPreamble magically turns an rx_call into rx_connection,
and the arguments to the SRXAFS functions aren't what the
prototypes say they should be. In particular, most SRXAFS
functions type their first arg as "struct rx_connection *"
when the prototypes consider them to be "struct rx_call *".
I haven't fixed this one yet.
-- kolya