bozo-getcellhost-takes-uint32-not-int32-20011017

pass in a uint32 rather than an int32
This commit is contained in:
Nickolai Zeldovich 2001-10-17 21:46:18 +00:00 committed by Derrick Brashear
parent ded5127fc0
commit d785c93b29
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ GetCellName(
) = 94;
GetCellHost(
IN afs_int32 awhich,
IN afs_uint32 awhich,
OUT string name<BOZO_BSSIZE>
) = 95;

View File

@ -411,7 +411,7 @@ char **aname; {
BOZO_GetCellHost(acall, awhich, aname)
struct rx_call *acall;
afs_int32 awhich;
afs_uint32 awhich;
char **aname; {
register afs_int32 code;
struct afsconf_cell tcell;