[OpenAFS-devel] Solaris heads-up

Jeffrey Hutzelman jhutz@cmu.edu
Mon, 25 Jun 2007 20:27:11 -0400


On Friday, May 25, 2007 02:02:45 PM -0400 Dale Ghent <daleg@umbc.edu> wrote:

>
> This was just putback into nevada:
>
> 6549515 PSARC 2007/064: uid_t and gid_t to become unsigned
>
> I haven't looked through the afs code, but off the top of anyone's  head,
> will this impact the client?

No, I don't think this should cause an issue.  We already treat groups as 
unsigned, casting as necessary.  We do normally treat vice ID's as signed, 
so things may be a bit confusing in contexts where these are conflated with 
UNIX UID's, such as with file ownership.  However, there should not be any 
actual problems here.

-- Jeff