Don't include machine/autoconf.h for now. It's not used and is breaking the

build.
This commit is contained in:
benno 2001-07-01 02:45:15 +00:00
parent 36e4d57292
commit d5219f43a7

View File

@ -55,7 +55,10 @@ static const char rcsid[] =
#include <vm/vm.h>
#include <vm/vm_kern.h>
#if 0 /* XXX: Not used yet and may never be. */
#include <machine/autoconf.h>
#endif
#include <machine/intr.h>
#include <machine/psl.h>
#include <machine/pio.h>