Re: Maximum uid and how to indicate "any user"
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Thanks, Nat. To clarify, do you mean declaring the method like so: - (void)theMethod:(long long)uid; Greg Ciao Nat! _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... And then casting to uid_t inside the method before passing the parameter to other functions which expect uid_t type parameters? (And do you think it's likely that Darwin's uid_t will get upsized from uint32 in the future?) El 11/07/2005, a las 2:36, Nat! escribió: If it's advice you seek, use a long long (64 bit) as an internal parameter. This email sent to site_archiver@lists.apple.com
participants (1)
-
Greg Hurrell