OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-106-g0188cf0
Gerrit Code Review
gerrit@openafs.org
Sun, 29 Nov 2009 07:38:18 -0800 (PST)
The following commit has been merged in the master branch:
commit 0188cf081f3c21cc1cb467a9babeb22a52b093f7
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat Nov 28 22:25:27 2009 -0500
Add server prefix to utst_int.xg
When compiling src/ubik/utst_int.ss.c, a warning would be produced since
the server stubs are defined as accepting an rx_connection instead of an
rx_call, and since the server and client RPC stubs have the same name.
Give a server prefix so we can distinguish between the two, and fix the
server stubs and squash the warning, similar to
bd011aeee7f5dad5c61fd81a90b296c46a0b9058.
Change-Id: Iebf843bcabb4cf8f4a56c6ac30d210573b58d801
Reviewed-on: http://gerrit.openafs.org/876
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 1 -
src/ubik/Makefile.in | 2 --
src/ubik/utst_int.xg | 1 +
src/ubik/utst_server.c | 10 +++++-----
4 files changed, 6 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository