From owner-freebsd-current Mon Mar 13 12:24:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CC2E137B64C for ; Mon, 13 Mar 2000 12:24:14 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12UbNt-0006p6-00; Mon, 13 Mar 2000 22:24:13 +0200 From: Sheldon Hearn To: Paul Richards , a@axl.ops.uunet.co.za Cc: current@FreeBSD.org Subject: Re: MAX_UID ? In-reply-to: Your message of "Mon, 13 Mar 2000 02:13:30 GMT." <38CC4ECA.68AA4B78@originative.co.uk> Date: Mon, 13 Mar 2000 22:24:13 +0200 Message-ID: <26231.952979053@axl.ops.uunet.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 13 Mar 2000 02:13:30 GMT, Paul Richards wrote: > I guess my next question is, are there any objections to > > #define UID_MAX ((uid_t)0-1) If you decide to go the static macro definition (instead of Bruce's maxof() / minof() idea), please consider using UID_T_{MAX,MIN} or, even better, BSD_UID_T_{MAX,MIN}. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message