From owner-cvs-all Thu Nov 8 14: 1:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24D9637B419; Thu, 8 Nov 2001 14:01:36 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA8M1a576443; Thu, 8 Nov 2001 14:01:36 -0800 (PST) (envelope-from wollman) Message-Id: <200111082201.fA8M1a576443@freefall.freebsd.org> From: Garrett Wollman Date: Thu, 8 Nov 2001 14:01:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/jot jot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2001/11/08 14:01:35 PST Modified files: usr.bin/jot jot.c Log: Actually, arc4random() returns a uint32_t, not an int. Use the correct constant, just in case uint32_t turns into a `short' ten years from now. If this is MFC'd it will be necessary to hard-code the constant since -stable doesn't have UINT32_MAX. Revision Changes Path 1.19 +1 -1 src/usr.bin/jot/jot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message