From owner-freebsd-alpha Tue Nov 30 11:50:59 1999 Delivered-To: freebsd-alpha@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 2A8D114D0F; Tue, 30 Nov 1999 11:50:58 -0800 (PST) From: "Jonathan M. Bresler" To: king@sstar.com Cc: dima@rdy.com, alpha@freebsd.org In-reply-to: <4.2.0.58.19991130134545.00a43780@mail.sstar.com> (message from Jim King on Tue, 30 Nov 1999 13:48:48 -0600) Subject: Re: arc4random && read_random Message-Id: <19991130195058.2A8D114D0F@hub.freebsd.org> Date: Tue, 30 Nov 1999 11:50:58 -0800 (PST) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I hacked around the problem by adding arc4random.c to > sys/alpha/conf/files.alpha, and commenting out the call to read_random() in > arc4random.c (replacing it with "r = 0;" to initialize the return value). > > I agree that implementing read_random for Alpha - even a dummy version - > would be a better way to do it (but my way was quicker :-). > > Jim #ifdef __alpha__ worked for me jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message