Subject: missing
To: None <current-users@NetBSD.ORG>
From: Dennis Ferguson <dennis@jnx.com>
List: current-users
Date: 04/22/1996 12:37:31
Hello,

I've been trying to compile today's -current and have run into a difficulty.
Several files have had #include's of <sys/cpu.h> removed very recently.
Unfortunately, the files kern/vfs_bio.c and kern/vfs_cluster.c call
pagemove(), whose prototype is in <sys/cpu.h> which they no longer include.

I stuck the #include back into each file, which seems to have fixed things.
I have no idea what the intended end state was supposed to be.

Dennis Ferguson