Which platform do you have where afs_int32 isn't the same type as int?
On Thu, 1 Feb 2007, Sean O'Malley wrote:
volser/vsprocs.c
int
UV_PartitionInfo()
{
afs_int32 code;
....
return code;
}
which should technically be returning an afs_int32 shouldnt it?
more like the VolPartitionInfo() from volser/volprocs.c
Now, int versus unsigned int (afs_uint32 if you prefer...)
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel