Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 1995 19:05:09 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org, james@else.net
Subject:   Re: cpu_class undeclared in random_machdep.c
Message-ID:  <199512280805.TAA21272@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>When building a kernel under -current (CTM 1316), I get :

>../../i386/isa/random_machdep.c: In function 'add_timer_randomness':
>../../i386/isa/random_machdep.c:184: 'cpu_class' undeclared (first use 
>this function)

Add `#include <machine/cpu.h>' somewhere in random_machdep.c.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512280805.TAA21272>