#if out an old leftover in the KAME code. opt_cpu.h is no longer useful here

and breaks build on some arch.

Found-by:	tinderbox
This commit is contained in:
Max Laier 2004-06-13 22:52:38 +00:00
parent 9123341378
commit eb8fefbe04

View File

@ -71,7 +71,9 @@
/* machine dependent clock related includes */
#ifdef __FreeBSD__
#if __FreeBSD__ < 3
#include "opt_cpu.h" /* for FreeBSD-2.2.8 to get i586_ctr_freq */
#endif
#include <machine/clock.h>
#endif
#if defined(__i386__)