[OpenAFS-devel] Max /vicep partition size?
Derrick J Brashear
shadow@dementia.org
Thu, 1 Feb 2007 23:45:53 -0500 (EST)
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...)