From owner-freebsd-alpha Thu Nov 8 13:23:13 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 7BFE337B416 for ; Thu, 8 Nov 2001 13:23:11 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA08304; Thu, 8 Nov 2001 16:23:06 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id fA8LMeo76591; Thu, 8 Nov 2001 16:22:40 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15338.63392.641054.93260@grasshopper.cs.duke.edu> Date: Thu, 8 Nov 2001 16:22:40 -0500 (EST) To: Garrett Wollman Cc: alpha@freebsd.org Subject: Re: alpha/31859 In-Reply-To: <200111082057.fA8KvCV39486@khavrinen.lcs.mit.edu> References: <200111082057.fA8KvCV39486@khavrinen.lcs.mit.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Garrett Wollman writes: > arc4random() is defined as returning a uint32_t, not an int. The > correct constant to use is UINT32_MAX in -current, and doesn't exist > yet in -stable. > > -GAWollman Thanks for pointing that out. No good deed goes unpunished. :-( Would you mind making the UINT_MAX -> UINT32_MAX change for me? I'm headed out of town & am running out of time. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message