Date: Tue, 30 Nov 1999 13:04:49 -0800 (PST) From: dima@rdy.com (Dima Ruban) To: "Jonathan M. Bresler" <jmb@hub.freebsd.org> Cc: dima@rdy.com, king@sstar.com, alpha@FreeBSD.ORG Subject: Re: arc4random && read_random Message-ID: <199911302104.NAA70777@sivka.rdy.com> In-Reply-To: <19991130203053.7E30714D80@hub.freebsd.org> from "Jonathan M. Bresler" at "Nov 30, 1999 12:30:53 pm"
index | next in thread | previous in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911302104.NAA70777>
