Peter Jeremy wrote:
> 

> On 2000-Mar-13 13:14:40 +1100, Paul Richards <[EMAIL PROTECTED]> wrote:
> >#define UID_MAX ((uid_t)0-1)
> ...
> >I can see the flaw in that straight away in that uid_t isn't available
> >in <sys/syslimits.h>
> 
> Not a problem.  C macros are just text expansions.  The `uid_t' isn't
> evaluated unless/until the macro is used - at which point uid_t must
> be available.

Uhh, yeah. It's the middle of the night here I obviously wasn't awake
when I said that :-)

Paul.


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

Reply via email to