From 047f08a518948b2395b1d36dd09e2d25c66e4d3d Mon Sep 17 00:00:00 2001 From: dima Date: Tue, 30 Nov 1999 23:49:54 +0000 Subject: dummy version of read_random() until the real random driver is ported. --- sys/alpha/alpha/machdep.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys/alpha') diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index d582b14..dd35742 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -2109,3 +2109,12 @@ alpha_fpstate_switch(struct proc *p) p->p_md.md_flags |= MDP_FPUSED; } + +/* + * dummy version of read_random() until the random driver is ported. + */ +int +read_random() +{ + return (0); +} -- cgit v1.1