From owner-freebsd-alpha Tue Nov 30 13: 4:51 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from sivka.rdy.com (unknown [207.21.31.82]) by hub.freebsd.org (Postfix) with ESMTP id F2AC614DE0; Tue, 30 Nov 1999 13:04:49 -0800 (PST) (envelope-from dima@sivka.rdy.com) Received: (from dima@localhost) by sivka.rdy.com (8.9.3/8.9.3) id NAA70777; Tue, 30 Nov 1999 13:04:49 -0800 (PST) (envelope-from dima) Message-Id: <199911302104.NAA70777@sivka.rdy.com> Subject: Re: arc4random && read_random In-Reply-To: <19991130203053.7E30714D80@hub.freebsd.org> from "Jonathan M. Bresler" at "Nov 30, 1999 12:30:53 pm" To: "Jonathan M. Bresler" Date: Tue, 30 Nov 1999 13:04:49 -0800 (PST) Cc: dima@rdy.com, king@sstar.com, alpha@FreeBSD.ORG Organization: HackerDome Reply-To: dima@rdy.com From: dima@rdy.com (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jonathan M. Bresler writes: > > > > Okay, I've fixed files.alpha stuff. Now we need to decide what next. Either > > dummy version of read_random() or something else. > > (I'm gonna take a look at OpenBSD's srcs) > > sounds good, in teh meantime you could > dummy out read_random() to un-break buildworld Okay, here's quick hack. If anybody has better ideas - speak up. Otherwise I'm going to commit it withing a next hour or so. alpha# diff Makefile.alpha.ORIG Makefile.alpha 88c88 < setdef1.o hack.So --- > setdef1.o hack.So read_random_dummy.o 141a142,146 > > read_random_dummy.o: Makefile > echo "int read_random() { return 0; }" > read_random_dummy.c > ${CC} -c -O read_random_dummy.c > rm -f read_random_dummy.c alpha# > > jmb > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message