On Sun, Mar 12, 2000 at 05:59:09AM +0000, Paul Richards wrote:
> 
> Are expressions like ((uid_t)0-1) portable/safe ? Maybe that's a better
> way of approaching this.

To get the all-1's number, maybe it's better to use ((uid_t)~0), but
that is a rather controversial topic anyway.

- Giorgos Keramidas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to