Add server prefix to bumon.xg; avoid rx_call * vs rx_connection * warning
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 19 Oct 2009 22:43:44 +0000 (18:43 -0400)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 19 Oct 2009 23:42:58 +0000 (16:42 -0700)
commitbd011aeee7f5dad5c61fd81a90b296c46a0b9058
tree7892659f80dd24fb01aae1a2fb99448347ac9e65
parent3eec9fa7700de5d20a5c7eec8fc02f87ead1f342
Add server prefix to bumon.xg; avoid rx_call * vs rx_connection * warning

When compiling src/bubasics/bumon.ss.c a warning would be produced
due to an rx_call* being passed into BC_Print which in its client
form requires an rx_connection*.  The server implementation and client
stub each were called BC_Print because there was no server prefix
specified in bumon.xg.  Add prefix 'S' and update bucoord/server.c
to match.

Reviewed-on: http://gerrit.openafs.org/686
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/bubasics/Makefile.in
src/bubasics/bumon.xg
src/bucoord/server.c