Make ubik use unsigned addresses
[openafs.git] / src / ptserver / ubik.c
index 2124e6c..befe081 100644 (file)
@@ -26,7 +26,7 @@ extern int dbase_fd;
 struct ubik_dbase *dbase;
 
 int
-ubik_ServerInit(afs_int32 myHost, short myPort, afs_int32 serverList[],
+ubik_ServerInit(afs_uint32 myHost, short myPort, afs_uint32 serverList[],
                 const char *pathName, struct ubik_dbase **dbase)
 {
     return (0);