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>
bozo/bosoprocs.c : all : ExtendedCellInfo and des key types
bozo/bos.c : all : DES key types & string consts
bozo/bos_util.c : all : DES key types
-bubasics/bumon.ss.c : all : BC_Print collision betwen client & server
bucoord/ubik_db_if.c : strict-proto : Ubik_Call
bucoord/commands.c : all : Ubik_Call
: signed vs unsigned for dates
$(RM) -f butx.h butx_errs.c
${COMPILE_ET} -p ${srcdir} butx_errs -h butx
-bumon.ss.o: bumon.ss.c
- $(CC) $(CFLAGS) @CFLAGS_NOERROR@ -c $<
-
#
# Installation targets
#
*/
package BC_
+prefix S
statindex 3
/* this junk structure forces the creation of an .xdr.c file,
/* services available on incoming message port */
int
-BC_Print(struct rx_call *acall, afs_int32 acode, afs_int32 aflags,
+SBC_Print(struct rx_call *acall, afs_int32 acode, afs_int32 aflags,
char *amessage)
{
struct rx_connection *tconn;