On Feb 1, 2007, at 11:45 PM, Derrick J Brashear wrote:

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...)

If the sign were a problem, I'd expect to be seeing negative size numbers on our 1.4TB partitions. Yes, they're 32-bit servers.
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to