From d785c93b29595704a5544120f5cdb62c42b43064 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Wed, 17 Oct 2001 21:46:18 +0000 Subject: [PATCH] bozo-getcellhost-takes-uint32-not-int32-20011017 pass in a uint32 rather than an int32 --- src/bozo/bosint.xg | 2 +- src/bozo/bosoprocs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bozo/bosint.xg b/src/bozo/bosint.xg index 98c5fc1ffc..fef2f4d86b 100644 --- a/src/bozo/bosint.xg +++ b/src/bozo/bosint.xg @@ -135,7 +135,7 @@ GetCellName( ) = 94; GetCellHost( - IN afs_int32 awhich, + IN afs_uint32 awhich, OUT string name ) = 95; diff --git a/src/bozo/bosoprocs.c b/src/bozo/bosoprocs.c index 8e5f867a52..76adc8f480 100644 --- a/src/bozo/bosoprocs.c +++ b/src/bozo/bosoprocs.c @@ -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;